Module Name: src
Committed By: reinoud
Date: Wed Aug 24 20:13:56 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
cpu_cache_flush doesn't exist yet or isn't included yet so comment it out
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/usermode/usermode/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/usermode/pmap.c
diff -u src/sys/arch/usermode/usermode/pmap.c:1.31 src/sys/arch/usermode/usermode/pmap.c:1.32
--- src/sys/arch/usermode/usermode/pmap.c:1.31 Wed Aug 24 20:13:07 2011
+++ src/sys/arch/usermode/usermode/pmap.c Wed Aug 24 20:13:56 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.31 2011/08/24 20:13:07 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.32 2011/08/24 20:13:56 reinoud Exp $ */
/*-
* Copyright (c) 2011 Reinoud Zandijk <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.31 2011/08/24 20:13:07 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.32 2011/08/24 20:13:56 reinoud Exp $");
#include "opt_memsize.h"
#include "opt_kmempages.h"
@@ -721,7 +721,7 @@
}
}
/* dummy */
- cpu_cache_flush();
+// cpu_cache_flush();
}
/* XXX braindead zero_page implementation but it works for now */