|
@@ -37,7 +37,6 @@
|
|
#include <asm/ptrace.h>
|
|
#include <asm/ptrace.h>
|
|
#include <asm/types.h>
|
|
#include <asm/types.h>
|
|
|
|
|
|
-#ifdef __KERNEL__
|
|
|
|
#define STACK_TOP_MAX TASK_SIZE_64
|
|
#define STACK_TOP_MAX TASK_SIZE_64
|
|
#ifdef CONFIG_COMPAT
|
|
#ifdef CONFIG_COMPAT
|
|
#define AARCH32_VECTORS_BASE 0xffff0000
|
|
#define AARCH32_VECTORS_BASE 0xffff0000
|
|
@@ -49,7 +48,6 @@
|
|
|
|
|
|
extern phys_addr_t arm64_dma_phys_limit;
|
|
extern phys_addr_t arm64_dma_phys_limit;
|
|
#define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1)
|
|
#define ARCH_LOW_ADDRESS_LIMIT (arm64_dma_phys_limit - 1)
|
|
-#endif /* __KERNEL__ */
|
|
|
|
|
|
|
|
struct debug_info {
|
|
struct debug_info {
|
|
/* Have we suspended stepping by a debugger? */
|
|
/* Have we suspended stepping by a debugger? */
|