aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/Kbuild
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-01-30 13:32:44 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:32:44 +0100
commit11b7c7dc945b8802c459baa3304c1b501d2bf872 (patch)
treee07b1dbc96584362eabcca91f43177e15e0a1ced /include/asm-x86/Kbuild
parentx86: page.h: move remaining bits and pieces (diff)
downloadlinux-dev-11b7c7dc945b8802c459baa3304c1b501d2bf872.tar.xz
linux-dev-11b7c7dc945b8802c459baa3304c1b501d2bf872.zip
x86: page.h: move things back to their own files
# HG changeset patch # User Jeremy Fitzhardinge <jeremy@xensource.com> # Date 1199321648 28800 # Node ID 22f6a5902285b58bfc1fbbd9e183498c9017bd78 # Parent bba9287641ff90e836d090d80b5c0a846aab7162 x86: page.h: move things back to their own files Oops, asm/page.h has turned into an #ifdef hellhole. Move 32/64-specific things back to their own headers to make it somewhat comprehensible... Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r--include/asm-x86/Kbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild
index 22e3a284c1ed..e6189b229143 100644
--- a/include/asm-x86/Kbuild
+++ b/include/asm-x86/Kbuild
@@ -15,8 +15,7 @@ unifdef-y += ist.h
unifdef-y += mce.h
unifdef-y += msr.h
unifdef-y += mtrr.h
-unifdef-y += page_32.h
-unifdef-y += page_64.h
+unifdef-y += page.h
unifdef-y += posix_types_32.h
unifdef-y += posix_types_64.h
unifdef-y += ptrace.h