diff options
author | 2014-09-27 12:49:11 +0530 | |
---|---|---|
committer | 2014-10-13 14:46:20 +0530 | |
commit | be64c997d96dd29029ed40d9df9cbf80fa1c7ed4 (patch) | |
tree | e5ff25a196392244fcfa229e51c76d4d824e9975 /arch/arc/include/asm/processor.h | |
parent | ARC: Update order of registers in KGDB to match GDB 7.5 (diff) | |
download | linux-dev-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.tar.xz linux-dev-be64c997d96dd29029ed40d9df9cbf80fa1c7ed4.zip |
ARC: remove extraneous __KERNEL__ guards
Verified by doing make headers_install as none of these files are
exported to userspace
Diffstat (limited to 'arch/arc/include/asm/processor.h')
-rw-r--r-- | arch/arc/include/asm/processor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/include/asm/processor.h b/arch/arc/include/asm/processor.h index 82588f3ba77f..08fbe2e9d4cc 100644 --- a/arch/arc/include/asm/processor.h +++ b/arch/arc/include/asm/processor.h @@ -14,8 +14,6 @@ #ifndef __ASM_ARC_PROCESSOR_H #define __ASM_ARC_PROCESSOR_H -#ifdef __KERNEL__ - #ifndef __ASSEMBLY__ #include <asm/ptrace.h> @@ -128,6 +126,4 @@ extern unsigned int get_wchan(struct task_struct *p); */ #define TASK_UNMAPPED_BASE (TASK_SIZE / 3) -#endif /* __KERNEL__ */ - #endif /* __ASM_ARC_PROCESSOR_H */ |