Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: Ensure that the TTEs CP and ...



details:   https://anonhg.NetBSD.org/src/rev/a16283687103
branches:  trunk
changeset: 337181:a16283687103
user:      palle <palle%NetBSD.org@localhost>
date:      Sun Apr 05 20:34:00 2015 +0000

description:
sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the primary cpu and secondary cpus INTSTACK mappings

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1a56e87c1b3 -r a16283687103 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sun Apr 05 20:33:45 2015 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sun Apr 05 20:34:00 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.383 2015/04/01 18:38:30 palle Exp $       */
+/*     $NetBSD: locore.s,v 1.384 2015/04/05 20:34:00 palle Exp $       */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -4739,7 +4739,7 @@
        or      %l4, 0xfff, %l4                 ! We can just load this in 12 (of 13) bits
        andn    %l1, %l4, %l1                   ! Mask the phys page number into RA
        or      %l2, %l1, %l1                   ! Now take care of the 8 high bits V|NFO|SW
-       or      %l1, 0x0141, %l2                ! And low 13 bits IE=0|E=0|CP=0|CV=0|P=1|
+       or      %l1, 0x0741, %l2                ! And low 13 bits IE=0|E=0|CP=1|CV=1|P=1|
                                                !                 X=0|W=1|SW=00|SZ=0001
 
        /*



Home | Main Index | Thread Index | Old Index