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 Pull up revision 1.18 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ee82e4249ee9
branches:  netbsd-1-6
changeset: 529435:ee82e4249ee9
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 21 20:18:27 2002 +0000

description:
Pull up revision 1.18 (requested by thorpej in ticket #712):
  Do cached memory access to L1 tables, making sure to
  write-back the cache after any L1 table modifications.

diffstat:

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

diffs (18 lines):

diff -r ba8756e8ab14 -r ee82e4249ee9 sys/arch/shark/ofw/ofw.c
--- a/sys/arch/shark/ofw/ofw.c  Thu Nov 21 20:18:00 2002 +0000
+++ b/sys/arch/shark/ofw/ofw.c  Thu Nov 21 20:18:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofw.c,v 1.13 2002/04/05 16:58:11 thorpej Exp $ */
+/*     $NetBSD: ofw.c,v 1.13.4.1 2002/11/21 20:18:27 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_NOCACHE);
+                   VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
 
        /*
         * Construct the proc0 L2 pagetables that map page tables.



Home | Main Index | Thread Index | Old Index