aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/processor.h')
-rw-r--r--arch/arm64/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h
index ace0a96e7d6e..df2e53d3a969 100644
--- a/arch/arm64/include/asm/processor.h
+++ b/arch/arm64/include/asm/processor.h
@@ -37,7 +37,6 @@
37#include <asm/ptrace.h> 37#include <asm/ptrace.h>
38#include <asm/types.h> 38#include <asm/types.h>
39 39
40#ifdef __KERNEL__
41#define STACK_TOP_MAX TASK_SIZE_64 40#define STACK_TOP_MAX TASK_SIZE_64
42#ifdef CONFIG_COMPAT 41#ifdef CONFIG_COMPAT
43#define AARCH32_VECTORS_BASE 0xffff0000 42#define AARCH32_VECTORS_BASE 0xffff0000
@@ -49,7 +48,6 @@
49 48
50extern phys_addr_t arm64_dma_phys_limit; 49extern phys_addr_t arm64_dma_phys_limit;
51#define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1) 50#define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1)
52#endif /* __KERNEL__ */
53 51
54struct debug_info { 52struct debug_info {
55 /* Have we suspended stepping by a debugger? */ 53 /* Have we suspended stepping by a debugger? */