diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:03 -0500 |
commit | 6050be70d8f7e3952fcc31fcf1fa8a7cbaa18312 (patch) | |
tree | 8b5dabcc0a07f1b9fec3fd414034b52cfbe3be30 /arch | |
parent | 44af6c41e6a055a0b9bd0d2067cfbc8e9f6a24df (diff) |
x86: prepare for pageattr.c unification
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/pageattr_64.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/mm/pageattr_64.c b/arch/x86/mm/pageattr_64.c index e1c860800ff1..0246511be99d 100644 --- a/arch/x86/mm/pageattr_64.c +++ b/arch/x86/mm/pageattr_64.c | |||
@@ -9,14 +9,6 @@ | |||
9 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
10 | #include <linux/mm.h> | 10 | #include <linux/mm.h> |
11 | 11 | ||
12 | void clflush_cache_range(void *addr, int size) | ||
13 | { | ||
14 | int i; | ||
15 | |||
16 | for (i = 0; i < size; i += boot_cpu_data.x86_clflush_size) | ||
17 | clflush(addr+i); | ||
18 | } | ||
19 | |||
20 | #include <asm/processor.h> | 12 | #include <asm/processor.h> |
21 | #include <asm/tlbflush.h> | 13 | #include <asm/tlbflush.h> |
22 | #include <asm/sections.h> | 14 | #include <asm/sections.h> |