Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Oops, commit log was missing. It sho...
details: https://anonhg.NetBSD.org/src/rev/66b8f00f94bf
branches: trunk
changeset: 934781:66b8f00f94bf
user: rin <rin%NetBSD.org@localhost>
date: Fri Jun 19 07:15:21 2020 +0000
description:
Oops, commit log was missing. It should be:
Revert rev 1.85:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/ibm4xx/pmap.c#rev1.85
Not clearly documented in reference manual, but the previous code seems
correct; the operations must be carried out with DMMU disabled. Otherwise,
WIP software single step for userland does not work correctly (stalled
indefinitely at pmap_procwr()).
XXX
pullup to netbsd-9
diffstat:
sys/arch/powerpc/ibm4xx/pmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 42ce7e0c3582 -r 66b8f00f94bf sys/arch/powerpc/ibm4xx/pmap.c
--- a/sys/arch/powerpc/ibm4xx/pmap.c Fri Jun 19 07:14:19 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/pmap.c Fri Jun 19 07:15:21 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.86 2020/06/19 07:14:19 rin Exp $ */
+/* $NetBSD: pmap.c,v 1.87 2020/06/19 07:15:21 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.86 2020/06/19 07:14:19 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.87 2020/06/19 07:15:21 rin Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
Home |
Main Index |
Thread Index |
Old Index