aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-13 07:36:47 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-13 07:36:47 -0500
commitbeb6943d8df7ce9278282101af4e0f6f7b648451 (patch)
tree70200a6b96a57a3085c101322a8c75cf827da8dc /arch/x86
parente43623b4ed1d0a1a86f0e05a2df8b9637b90ddd7 (diff)
x86 headers: protect page_32.h via __ASSEMBLY__
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/page_32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/page_32.h b/arch/x86/include/asm/page_32.h
index b3f0bf79e843..da4e762406f7 100644
--- a/arch/x86/include/asm/page_32.h
+++ b/arch/x86/include/asm/page_32.h
@@ -3,6 +3,8 @@
3 3
4#include <asm/page_32_types.h> 4#include <asm/page_32_types.h>
5 5
6#ifndef __ASSEMBLY__
7
6#ifdef CONFIG_HUGETLB_PAGE 8#ifdef CONFIG_HUGETLB_PAGE
7#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA 9#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
8#endif 10#endif
@@ -19,8 +21,6 @@ extern unsigned long __phys_addr(unsigned long);
19#define pfn_valid(pfn) ((pfn) < max_mapnr) 21#define pfn_valid(pfn) ((pfn) < max_mapnr)
20#endif /* CONFIG_FLATMEM */ 22#endif /* CONFIG_FLATMEM */
21 23
22#ifndef __ASSEMBLY__
23
24#ifdef CONFIG_X86_USE_3DNOW 24#ifdef CONFIG_X86_USE_3DNOW
25#include <asm/mmx.h> 25#include <asm/mmx.h>
26 26