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 Revise comment.



details:   https://anonhg.NetBSD.org/src/rev/2a92a9cd9394
branches:  trunk
changeset: 782632:2a92a9cd9394
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sat Nov 10 01:47:25 2012 +0000

description:
Revise comment.

diffstat:

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

diffs (21 lines):

diff -r 01e3092e8cd2 -r 2a92a9cd9394 sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sat Nov 10 01:35:14 2012 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sat Nov 10 01:47:25 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.344 2012/11/10 01:35:14 nakayama Exp $    */
+/*     $NetBSD: locore.s,v 1.345 2012/11/10 01:47:25 nakayama Exp $    */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -3206,9 +3206,9 @@
 
 /*
  * Ultra1 and Ultra2 CPUs use soft interrupts for everything.  What we do
- * on a soft interrupt, is we should check which bits in ASR_SOFTINT(0x16)
+ * on a soft interrupt, is we should check which bits in SOFTINT(%asr22)
  * are set, handle those interrupts, then clear them by setting the
- * appropriate bits in ASR_CLEAR_SOFTINT(0x15).
+ * appropriate bits in CLEAR_SOFTINT(%asr21).
  *
  * We have an array of 8 interrupt vector slots for each of 15 interrupt
  * levels.  If a vectored interrupt can be dispatched, the dispatch



Home | Main Index | Thread Index | Old Index