summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2009-02-13 20:14:01 +0100
committerJeremy Fitzhardinge2009-02-13 20:35:01 +0100
commit0341c14da49e7b93d2998926f6ac89a3129e3fa1 (patch)
treec8a6d0e5331667ba4becf83836053bd14dd39e44 /arch/x86/kernel/entry_32.S
parentx86 headers: protect page_32.h via __ASSEMBLY__ (diff)
downloadkernel-qcow2-linux-0341c14da49e7b93d2998926f6ac89a3129e3fa1.tar.gz
kernel-qcow2-linux-0341c14da49e7b93d2998926f6ac89a3129e3fa1.tar.xz
kernel-qcow2-linux-0341c14da49e7b93d2998926f6ac89a3129e3fa1.zip
x86: use _types.h headers in asm where available
In general, the only definitions that assembly files can use are in _types.S headers (where available), so convert them. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r--arch/x86/kernel/entry_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index e99206831459..999e827ef9c7 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -47,7 +47,7 @@
#include <asm/errno.h>
#include <asm/segment.h>
#include <asm/smp.h>
-#include <asm/page.h>
+#include <asm/page_types.h>
#include <asm/desc.h>
#include <asm/percpu.h>
#include <asm/dwarf2.h>