Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] Fix 'make headers_check' on ia64

Fix 'make headers_check' on m68k

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
020d8c06 271fc18e

+4 -4
+4 -4
include/asm-m68k/page.h
··· 2 2 #define _M68K_PAGE_H 3 3 4 4 5 + #ifdef __KERNEL__ 6 + 5 7 /* PAGE_SHIFT determines the page size */ 6 8 #ifndef CONFIG_SUN3 7 9 #define PAGE_SHIFT (12) ··· 16 14 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 15 #endif 18 16 #define PAGE_MASK (~(PAGE_SIZE-1)) 19 - 20 - #ifdef __KERNEL__ 21 17 22 18 #include <asm/setup.h> 23 19 ··· 175 175 #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ 176 176 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) 177 177 178 - #endif /* __KERNEL__ */ 179 - 180 178 #include <asm-generic/page.h> 179 + 180 + #endif /* __KERNEL__ */ 181 181 182 182 #endif /* _M68K_PAGE_H */