Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/arm32 Map the system page with access_type=READ.
details: https://anonhg.NetBSD.org/src/rev/912657146804
branches: trunk
changeset: 467898:912657146804
user: mycroft <mycroft%NetBSD.org@localhost>
date: Tue Mar 30 20:59:52 1999 +0000
description:
Map the system page with access_type=READ.
diffstat:
sys/arch/arm32/arm32/pmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b3493ddcb40b -r 912657146804 sys/arch/arm32/arm32/pmap.c
--- a/sys/arch/arm32/arm32/pmap.c Tue Mar 30 20:38:33 1999 +0000
+++ b/sys/arch/arm32/arm32/pmap.c Tue Mar 30 20:59:52 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.58 1999/03/30 10:10:22 mycroft Exp $ */
+/* $NetBSD: pmap.c,v 1.59 1999/03/30 20:59:52 mycroft Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -1174,7 +1174,7 @@
/* Map zero page for the pmap. This will also map the L2 for it */
pmap_enter(pmap, 0x00000000, systempage.pv_pa,
- VM_PROT_READ, TRUE, 0);
+ VM_PROT_READ, TRUE, VM_PROT_READ);
}
Home |
Main Index |
Thread Index |
Old Index