Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc reinsert part of the code accidentally ...



details:   https://anonhg.NetBSD.org/src/rev/b4052ea4396a
branches:  trunk
changeset: 750502:b4052ea4396a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 03 12:44:34 2010 +0000

description:
reinsert part of the code accidentally deleted by the previous change.

diffstat:

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

diffs (19 lines):

diff -r 369cd807f36a -r b4052ea4396a sys/arch/sparc/sparc/locore.s
--- a/sys/arch/sparc/sparc/locore.s     Sun Jan 03 12:39:22 2010 +0000
+++ b/sys/arch/sparc/sparc/locore.s     Sun Jan 03 12:44:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.252 2010/01/03 12:39:22 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.253 2010/01/03 12:44:34 mrg Exp $ */
 
 /*
  * Copyright (c) 1996 Paul Kranenburg
@@ -2722,6 +2722,9 @@
        inc     %o3
        st      %o3, [ %o2 + CPUINFO_IDEPTH ]
 
+       b       3f
+        st     %fp, [%sp + CCFSZ + 16]
+
 1:     ld      [%l4 + IH_CLASSIPL], %o2 ! ih->ih_classipl
        rd      %psr, %o3               !  (bits already shifted to PIL field)
        andn    %o3, PSR_PIL, %o3       ! %o3 = psr & ~PSR_PIL



Home | Main Index | Thread Index | Old Index