Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot Fix a wrong comment.



details:   https://anonhg.NetBSD.org/src/rev/2107e5724d74
branches:  trunk
changeset: 836122:2107e5724d74
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Sep 28 03:53:59 2018 +0000

description:
Fix a wrong comment.

diffstat:

 sys/arch/luna68k/stand/boot/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 54a3d28abd02 -r 2107e5724d74 sys/arch/luna68k/stand/boot/locore.S
--- a/sys/arch/luna68k/stand/boot/locore.S      Fri Sep 28 03:51:34 2018 +0000
+++ b/sys/arch/luna68k/stand/boot/locore.S      Fri Sep 28 03:53:59 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.11 2014/03/24 10:46:58 martin Exp $       */
+/*     $NetBSD: locore.S,v 1.12 2018/09/28 03:53:59 isaki Exp $        */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -266,7 +266,7 @@
        movl    %d0,_C_LABEL(cputype)
 
 /* final setup for C code */
-       movw    #PSL_LOWIPL,%sr         | no interrupts
+       movw    #PSL_LOWIPL,%sr         | enable interrupts
        jsr     _C_LABEL(main)          | lets go
        jsr     start
 



Home | Main Index | Thread Index | Old Index