summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/pgtable_64.h
diff options
context:
space:
mode:
authorIngo Molnar2008-01-30 13:34:04 +0100
committerIngo Molnar2008-01-30 13:34:04 +0100
commite4b71dcf54fa90fc30fb901bbce7e38a46467af7 (patch)
treee763c8e2d3f67d8b8266452e99562092c1d2f285 /include/asm-x86/pgtable_64.h
parentx86: re-add clflush_cache_range() (diff)
downloadkernel-qcow2-linux-e4b71dcf54fa90fc30fb901bbce7e38a46467af7.tar.gz
kernel-qcow2-linux-e4b71dcf54fa90fc30fb901bbce7e38a46467af7.tar.xz
kernel-qcow2-linux-e4b71dcf54fa90fc30fb901bbce7e38a46467af7.zip
x86: clean up arch/x86/mm/pageattr.c
do some leftover cleanups in the now unified arch/x86/mm/pageattr.c file. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/pgtable_64.h')
-rw-r--r--include/asm-x86/pgtable_64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable_64.h b/include/asm-x86/pgtable_64.h
index 223b0032bab5..faa6a96c2a5c 100644
--- a/include/asm-x86/pgtable_64.h
+++ b/include/asm-x86/pgtable_64.h
@@ -25,6 +25,8 @@ extern void clear_kernel_mapping(unsigned long addr, unsigned long size);
#endif /* !__ASSEMBLY__ */
+#define SHARED_KERNEL_PMD 1
+
/*
* PGDIR_SHIFT determines what a top-level page table entry can map
*/