Module Name: src Committed By: isaki Date: Fri Sep 28 03:53:59 UTC 2018
Modified Files: src/sys/arch/luna68k/stand/boot: locore.S Log Message: Fix a wrong comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/luna68k/stand/boot/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/luna68k/stand/boot/locore.S diff -u src/sys/arch/luna68k/stand/boot/locore.S:1.11 src/sys/arch/luna68k/stand/boot/locore.S:1.12 --- src/sys/arch/luna68k/stand/boot/locore.S:1.11 Mon Mar 24 10:46:58 2014 +++ src/sys/arch/luna68k/stand/boot/locore.S Fri Sep 28 03:53:59 2018 @@ -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 @@ Lstart0: 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