aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/page.h')
-rw-r--r--include/asm-sh/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h
index 002e64a4f04..e0fe02950f5 100644
--- a/include/asm-sh/page.h
+++ b/include/asm-sh/page.h
@@ -7,8 +7,6 @@
7 7
8#include <linux/const.h> 8#include <linux/const.h>
9 9
10#ifdef __KERNEL__
11
12/* PAGE_SHIFT determines the page size */ 10/* PAGE_SHIFT determines the page size */
13#if defined(CONFIG_PAGE_SIZE_4KB) 11#if defined(CONFIG_PAGE_SIZE_4KB)
14# define PAGE_SHIFT 12 12# define PAGE_SHIFT 12
@@ -178,5 +176,4 @@ typedef struct { unsigned long pgd; } pgd_t;
178#define ARCH_SLAB_MINALIGN 8 176#define ARCH_SLAB_MINALIGN 8
179#endif 177#endif
180 178
181#endif /* __KERNEL__ */
182#endif /* __ASM_SH_PAGE_H */ 179#endif /* __ASM_SH_PAGE_H */