projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44af6c4
)
x86: prepare for pageattr.c unification
author
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:34:03 +0000
(13:34 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:34:03 +0000
(13:34 +0100)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/pageattr_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/mm/pageattr_64.c
b/arch/x86/mm/pageattr_64.c
index e1c860800ff15963566962f5e7f0448e0755b9dd..0246511be99de9ee9bed916764ec605b02ee5145 100644
(file)
--- a/
arch/x86/mm/pageattr_64.c
+++ b/
arch/x86/mm/pageattr_64.c
@@
-9,14
+9,6
@@
#include <linux/slab.h>
#include <linux/mm.h>
-void clflush_cache_range(void *addr, int size)
-{
- int i;
-
- for (i = 0; i < size; i += boot_cpu_data.x86_clflush_size)
- clflush(addr+i);
-}
-
#include <asm/processor.h>
#include <asm/tlbflush.h>
#include <asm/sections.h>