From: Ingo Molnar Date: Wed, 30 Jan 2008 12:34:00 +0000 (+0100) Subject: x86: unify header part of pageattr_64.c X-Git-Tag: v2.6.25-rc1~1143^2~95 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e5224a77eb4c68a982c8096945b0af902f9d655;p=karo-tx-linux.git x86: unify header part of pageattr_64.c Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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) #include #include +#include #include -#include +#include pte_t *lookup_address(unsigned long address, int *level) {