diff options
Diffstat (limited to 'arch/arm64/include/asm/processor.h')
-rw-r--r-- | arch/arm64/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index bbecc6fe3e5b..f4b8e09aff56 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h | |||
@@ -53,8 +53,6 @@ | |||
53 | */ | 53 | */ |
54 | 54 | ||
55 | #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS) | 55 | #define DEFAULT_MAP_WINDOW_64 (UL(1) << VA_BITS) |
56 | |||
57 | extern u64 vabits_user; | ||
58 | #define TASK_SIZE_64 (UL(1) << vabits_user) | 56 | #define TASK_SIZE_64 (UL(1) << vabits_user) |
59 | 57 | ||
60 | #ifdef CONFIG_COMPAT | 58 | #ifdef CONFIG_COMPAT |