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/evbarm/iq80321 Pull up revision 1.10 (requeste...



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

description:
Pull up revision 1.10 (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/evbarm/iq80321/iq80321_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 96d8dbcc9fd0 -r 6571360ab21a sys/arch/evbarm/iq80321/iq80321_machdep.c
--- a/sys/arch/evbarm/iq80321/iq80321_machdep.c Thu Nov 21 20:16:59 2002 +0000
+++ b/sys/arch/evbarm/iq80321/iq80321_machdep.c Thu Nov 21 20:17:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80321_machdep.c,v 1.6 2002/04/12 20:50:27 thorpej Exp $      */
+/*     $NetBSD: iq80321_machdep.c,v 1.6.4.1 2002/11/21 20:17:27 he Exp $       */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -598,7 +598,7 @@
            UPAGES * NBPG, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
 
        pmap_map_chunk(l1pagetable, kernel_l1pt.pv_va, kernel_l1pt.pv_pa,
-           L1_TABLE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE);
+           L1_TABLE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
 
        /* Map the Mini-Data cache clean area. */
        xscale_setup_minidata(l1pagetable, minidataclean.pv_va,



Home | Main Index | Thread Index | Old Index