Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/mvme68k Pick the right bit to check...



details:   https://anonhg.NetBSD.org/src/rev/907ebd559ec5
branches:  trunk
changeset: 510996:907ebd559ec5
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Jun 10 17:03:01 2001 +0000

description:
Pick the right bit to check...

diffstat:

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

diffs (18 lines):

diff -r 3c017c52cd6b -r 907ebd559ec5 sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Sun Jun 10 16:48:19 2001 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Sun Jun 10 17:03:01 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.80 2001/06/10 16:45:52 scw Exp $  */
+/*     $NetBSD: locore.s,v 1.81 2001/06/10 17:03:01 scw Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -429,7 +429,7 @@
        /*
         * Verify the user has removed the GPIO#0 jumper...
         */
-       moveq   #1,%d0
+       movel   #0x01000000,%d0
        andl    0xfff40088,%d0          | Clear == jumper installed
        jne     1f                      | Ok.
 



Home | Main Index | Thread Index | Old Index