diff options
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/elf.h | 4 | ||||
-rw-r--r-- | include/asm-sparc64/page.h | 3 |
2 files changed, 0 insertions, 7 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) */ |
diff --git a/include/asm-sparc64/page.h b/include/asm-sparc64/page.h index 7af1077451ff..cdf950e017ee 100644 --- a/include/asm-sparc64/page.h +++ b/include/asm-sparc64/page.h | |||
@@ -3,8 +3,6 @@ | |||
3 | #ifndef _SPARC64_PAGE_H | 3 | #ifndef _SPARC64_PAGE_H |
4 | #define _SPARC64_PAGE_H | 4 | #define _SPARC64_PAGE_H |
5 | 5 | ||
6 | #ifdef __KERNEL__ | ||
7 | |||
8 | #include <linux/const.h> | 6 | #include <linux/const.h> |
9 | 7 | ||
10 | #if defined(CONFIG_SPARC64_PAGE_SIZE_8KB) | 8 | #if defined(CONFIG_SPARC64_PAGE_SIZE_8KB) |
@@ -143,5 +141,4 @@ typedef unsigned long pgprot_t; | |||
143 | 141 | ||
144 | #include <asm-generic/page.h> | 142 | #include <asm-generic/page.h> |
145 | 143 | ||
146 | #endif /* __KERNEL__ */ | ||
147 | #endif /* _SPARC64_PAGE_H */ | 144 | #endif /* _SPARC64_PAGE_H */ |