Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/shark/ofw Revert pull-up of revision 1.18 (req...



details:   https://anonhg.NetBSD.org/src/rev/a77a06500b1e
branches:  netbsd-1-6
changeset: 530140:a77a06500b1e
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 14 22:29:35 2003 +0000

description:
Revert pull-up of revision 1.18 (requested by rearnsha in ticket #1170):
  Revert cached memory access to L1 tables, this causes instability
  on the release branch.

diffstat:

 sys/arch/shark/ofw/ofw.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33ff29d1f4f9 -r a77a06500b1e sys/arch/shark/ofw/ofw.c
--- a/sys/arch/shark/ofw/ofw.c  Fri Feb 14 22:27:07 2003 +0000
+++ b/sys/arch/shark/ofw/ofw.c  Fri Feb 14 22:29:35 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofw.c,v 1.13.4.1 2002/11/21 20:18:27 he Exp $  */
+/*     $NetBSD: ofw.c,v 1.13.4.2 2003/02/14 22:29:35 he Exp $  */
 
 /*
  * Copyright 1997
@@ -1374,7 +1374,7 @@
                pmap_map_entry(L1pagetable,
                    proc0_pagedir.pv_va + NBPG * i,
                    proc0_pagedir.pv_pa + NBPG * i,
-                   VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
+                   VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE);
 
        /*
         * Construct the proc0 L2 pagetables that map page tables.



Home | Main Index | Thread Index | Old Index