From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Mon, 31 Mar 2014 11:07:22 -0700 Subject: [PATCH v6 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines In-Reply-To: <1396262773-7723-3-git-send-email-anup.patel@linaro.org> References: <1396262773-7723-1-git-send-email-anup.patel@linaro.org> <1396262773-7723-3-git-send-email-anup.patel@linaro.org> Message-ID: <20140331180722.GD4756@lvm> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 31, 2014 at 04:16:03PM +0530, Anup Patel wrote: > We need a common place to share PSCI related defines among ARM kernel, > ARM64 kernel, KVM ARM/ARM64 PSCI emulation, and user space. > > We introduce uapi/linux/psci.h for this purpose. This newly added > header will be first used by KVM ARM/ARM64 in-kernel PSCI emulation > and user space (i.e. QEMU or KVMTOOL). > > Signed-off-by: Anup Patel > Signed-off-by: Pranavkumar Sawargaonkar > --- > include/uapi/linux/Kbuild | 1 + > include/uapi/linux/psci.h | 55 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 56 insertions(+) > create mode 100644 include/uapi/linux/psci.h > You should coordinate with Ashwin's work so you don't step on each other's definitions and one patch set should depend on the other one. -Christoffer