* [PATCH -tip] kmemcheck: use set_memory_4k() on x86_64 only
@ 2008-10-05 17:22 Vegard Nossum
0 siblings, 0 replies; only message in thread
From: Vegard Nossum @ 2008-10-05 17:22 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Pekka Enberg, linux-kernel
>From 5bce9b1674e84ff36ba8f5a390b2ad30cd42b29a Mon Sep 17 00:00:00 2001
From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Wed, 1 Oct 2008 18:36:42 +0200
Subject: [PATCH] kmemcheck: use set_memory_4k() on x86_64 only
x86_32 already disables PSE capabilities and is fine. We need this to
avoid the BUG in cache-flushing SMP call.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
---
arch/x86/mm/kmemcheck/kmemcheck.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/x86/mm/kmemcheck/kmemcheck.c b/arch/x86/mm/kmemcheck/kmemcheck.c
index 5a08a70..d649aa7 100644
--- a/arch/x86/mm/kmemcheck/kmemcheck.c
+++ b/arch/x86/mm/kmemcheck/kmemcheck.c
@@ -295,7 +295,9 @@ void kmemcheck_hide_pages(struct page *p, unsigned int n)
{
unsigned int i;
+#ifdef CONFIG_X86_64
set_memory_4k((unsigned long) page_address(p), n);
+#endif
for (i = 0; i < n; ++i) {
unsigned long address;
--
1.5.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-05 17:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 17:22 [PATCH -tip] kmemcheck: use set_memory_4k() on x86_64 only Vegard Nossum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox