From 08fb0e543bfac534ba395a25122fbbc2cd5977fc Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 10 Jun 2001 17:03:01 +0000 Subject: [PATCH] Pick the right bit to check... --- sys/arch/mvme68k/mvme68k/locore.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index 995a0ee69a31..dfde10963f4c 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -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 @@ Linit1x7: /* * Verify the user has removed the GPIO#0 jumper... */ - moveq #1,%d0 + movel #0x01000000,%d0 andl 0xfff40088,%d0 | Clear == jumper installed jne 1f | Ok.