projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2b441
)
x86: fix more non-global TLB flushes
author
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:54 +0000
(13:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:54 +0000
(13:33 +0100)
fix more __flush_tlb() instances, out of caution.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/head64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/head64.c
b/arch/x86/kernel/head64.c
index 58438bafedca3f1ceb972fd22cd2e1545d88a4ec..a317336cdeaaff2c52aff6f008e6b62447e6db19 100644
(file)
--- a/
arch/x86/kernel/head64.c
+++ b/
arch/x86/kernel/head64.c
@@
-27,7
+27,7
@@
static void __init zap_identity_mappings(void)
{
pgd_t *pgd = pgd_offset_k(0UL);
pgd_clear(pgd);
- __flush_tlb();
+ __flush_tlb
_all
();
}
/* Don't add a printk in there. printk relies on the PDA which is not initialized