Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/usermode cpu_cache_flush doesn't exist yet...
details: https://anonhg.NetBSD.org/src/rev/64083f2136e7
branches: trunk
changeset: 768686:64083f2136e7
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Aug 24 20:13:56 2011 +0000
description:
cpu_cache_flush doesn't exist yet or isn't included yet so comment it out
diffstat:
sys/arch/usermode/usermode/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dc22b4bfe7f2 -r 64083f2136e7 sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Wed Aug 24 20:13:07 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Wed Aug 24 20:13:56 2011 +0000
@@ -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 <reinoud%NetBSD.org@localhost>
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index