diff options
Diffstat (limited to 'include/asm-sparc64/elf.h')
-rw-r--r-- | include/asm-sparc64/elf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sparc64/elf.h b/include/asm-sparc64/elf.h index 8653e8665009..dc7bc63e507e 100644 --- a/include/asm-sparc64/elf.h +++ b/include/asm-sparc64/elf.h | |||
@@ -7,11 +7,9 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <asm/ptrace.h> | 9 | #include <asm/ptrace.h> |
10 | #ifdef __KERNEL__ | ||
11 | #include <asm/processor.h> | 10 | #include <asm/processor.h> |
12 | #include <asm/uaccess.h> | 11 | #include <asm/uaccess.h> |
13 | #include <asm/spitfire.h> | 12 | #include <asm/spitfire.h> |
14 | #endif | ||
15 | 13 | ||
16 | /* | 14 | /* |
17 | * Sparc section types | 15 | * Sparc section types |
@@ -175,7 +173,6 @@ static inline unsigned int sparc64_elf_hwcap(void) | |||
175 | 173 | ||
176 | #define ELF_PLATFORM (NULL) | 174 | #define ELF_PLATFORM (NULL) |
177 | 175 | ||
178 | #ifdef __KERNEL__ | ||
179 | #define SET_PERSONALITY(ex, ibcs2) \ | 176 | #define SET_PERSONALITY(ex, ibcs2) \ |
180 | do { unsigned long new_flags = current_thread_info()->flags; \ | 177 | do { unsigned long new_flags = current_thread_info()->flags; \ |
181 | new_flags &= _TIF_32BIT; \ | 178 | new_flags &= _TIF_32BIT; \ |
@@ -194,6 +191,5 @@ do { unsigned long new_flags = current_thread_info()->flags; \ | |||
194 | else if (current->personality != PER_LINUX32) \ | 191 | else if (current->personality != PER_LINUX32) \ |
195 | set_personality(PER_LINUX); \ | 192 | set_personality(PER_LINUX); \ |
196 | } while (0) | 193 | } while (0) |
197 | #endif | ||
198 | 194 | ||
199 | #endif /* !(__ASM_SPARC64_ELF_H) */ | 195 | #endif /* !(__ASM_SPARC64_ELF_H) */ |