diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-05-23 07:55:45 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-05-24 04:10:05 -0400 |
commit | da477737c5ec99d37cb78dab909aa0402a0ebf18 (patch) | |
tree | dba1fa168ff9673a3079d4d4c9394c3d8be24ddc /arch/s390/include/asm/thread_info.h | |
parent | 02456169e03bcfcebd3115b2a54c1c4a6829c875 (diff) |
s390/headers: remove #ifdef __KERNEL__ from not exported headers
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/thread_info.h')
-rw-r--r-- | arch/s390/include/asm/thread_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h index 003b04edcff6..ed27145c9ae3 100644 --- a/arch/s390/include/asm/thread_info.h +++ b/arch/s390/include/asm/thread_info.h | |||
@@ -9,8 +9,6 @@ | |||
9 | #ifndef _ASM_THREAD_INFO_H | 9 | #ifndef _ASM_THREAD_INFO_H |
10 | #define _ASM_THREAD_INFO_H | 10 | #define _ASM_THREAD_INFO_H |
11 | 11 | ||
12 | #ifdef __KERNEL__ | ||
13 | |||
14 | /* | 12 | /* |
15 | * Size of kernel stack for each process | 13 | * Size of kernel stack for each process |
16 | */ | 14 | */ |
@@ -123,8 +121,6 @@ static inline struct thread_info *current_thread_info(void) | |||
123 | #define is_32bit_task() (1) | 121 | #define is_32bit_task() (1) |
124 | #endif | 122 | #endif |
125 | 123 | ||
126 | #endif /* __KERNEL__ */ | ||
127 | |||
128 | #define PREEMPT_ACTIVE 0x4000000 | 124 | #define PREEMPT_ACTIVE 0x4000000 |
129 | 125 | ||
130 | #endif /* _ASM_THREAD_INFO_H */ | 126 | #endif /* _ASM_THREAD_INFO_H */ |