From: zijun_hu Date: Thu, 1 Sep 2016 10:51:19 +0000 (+0800) Subject: arm64: remove duplicate macro __KERNEL__ check X-Git-Tag: v4.14-rc1~2419^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a842789837c0e3734357c6b4c54d39d60a1d24b1;p=platform%2Fkernel%2Flinux-rpi.git arm64: remove duplicate macro __KERNEL__ check remove duplicate macro __KERNEL__ check Signed-off-by: zijun_hu Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index ace0a96..df2e53d 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h @@ -37,7 +37,6 @@ #include #include -#ifdef __KERNEL__ #define STACK_TOP_MAX TASK_SIZE_64 #ifdef CONFIG_COMPAT #define AARCH32_VECTORS_BASE 0xffff0000 @@ -49,7 +48,6 @@ extern phys_addr_t arm64_dma_phys_limit; #define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1) -#endif /* __KERNEL__ */ struct debug_info { /* Have we suspended stepping by a debugger? */