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/iq80310 Revert pull-up of revision 1.43...



details:   https://anonhg.NetBSD.org/src/rev/bc2edc83c518
branches:  netbsd-1-6
changeset: 530136:bc2edc83c518
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 14 22:24:05 2003 +0000

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

diffstat:

 sys/arch/evbarm/iq80310/iq80310_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69732362395a -r bc2edc83c518 sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Fri Feb 14 22:22:40 2003 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Fri Feb 14 22:24:05 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_machdep.c,v 1.40.4.1 2002/11/21 20:16:59 he Exp $      */
+/*     $NetBSD: iq80310_machdep.c,v 1.40.4.2 2003/02/14 22:24:05 he Exp $      */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -601,7 +601,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_CACHE);
+           L1_TABLE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE);
 
        /* Map the Mini-Data cache clean area. */
        xscale_setup_minidata(l1pagetable, minidataclean.pv_va,



Home | Main Index | Thread Index | Old Index