diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:00 -0500 |
commit | 5e5224a77eb4c68a982c8096945b0af902f9d655 (patch) | |
tree | 0e7f3a8b67ffa9d9c3b8bd91ad8a6a38345715e9 | |
parent | d6ee09a2a0865f5640592e73ca5da4b06404b200 (diff) |
x86: unify header part of pageattr_64.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/x86/mm/pageattr_64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr_64.c b/arch/x86/mm/pageattr_64.c index 8493c469f877..107b03c7113c 100644 --- a/arch/x86/mm/pageattr_64.c +++ b/arch/x86/mm/pageattr_64.c | |||
@@ -19,8 +19,9 @@ void clflush_cache_range(void *addr, int size) | |||
19 | 19 | ||
20 | #include <asm/processor.h> | 20 | #include <asm/processor.h> |
21 | #include <asm/tlbflush.h> | 21 | #include <asm/tlbflush.h> |
22 | #include <asm/sections.h> | ||
22 | #include <asm/uaccess.h> | 23 | #include <asm/uaccess.h> |
23 | #include <asm/io.h> | 24 | #include <asm/pgalloc.h> |
24 | 25 | ||
25 | pte_t *lookup_address(unsigned long address, int *level) | 26 | pte_t *lookup_address(unsigned long address, int *level) |
26 | { | 27 | { |