On Wed, Apr 13, 2016 at 02:41:33PM +0100, Suzuki K Poulose wrote:
diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
index b2d5f4e..e97af155 100644
--- a/arch/arm64/kernel/smp.c
+++ b/arch/arm64/kernel/smp.c
@@ -75,6 +75,43 @@ enum ipi_msg_type {
IPI_WAKEUP
};
+#ifdef CONFIG_ARM64_VHE
+
+/* Whether the boot CPU is running in HYP mode or not*/
+bool boot_cpu_hyp_mode;
you can make this static now.
Otherwise,
Reviewed-by: Christoffer Dall <christoffer.dall@xxxxxxxxxx>