Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Tweak comment. From OpenBSD.



details:   https://anonhg.NetBSD.org/src/rev/cca6261a155d
branches:  trunk
changeset: 750841:cca6261a155d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 16 13:53:58 2010 +0000

description:
Tweak comment. From OpenBSD.

diffstat:

 sys/arch/hppa/hppa/trap.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3deda69fe62e -r cca6261a155d sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Sat Jan 16 13:49:11 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Sat Jan 16 13:53:58 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.36 2009/12/15 22:47:21 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.37 2010/01/16 13:53:58 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -430,7 +430,7 @@
        /* t3 == VA trapframe */
        /* check for AST ? XXX */
 
-       /* splhigh(), just in case */
+       /* disable interrupts, just in case */
        mtctl   %r0, %eiem
 
        /*



Home | Main Index | Thread Index | Old Index