diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/bugcrt/crt.c')
-rw-r--r-- | sys/arch/mvme88k/stand/bugcrt/crt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/bugcrt/crt.c b/sys/arch/mvme88k/stand/bugcrt/crt.c index e24b5597a96..8f1fb324de0 100644 --- a/sys/arch/mvme88k/stand/bugcrt/crt.c +++ b/sys/arch/mvme88k/stand/bugcrt/crt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt.c,v 1.3 2001/12/13 08:55:52 smurph Exp $ */ +/* $OpenBSD: crt.c,v 1.4 2001/12/16 23:49:47 miod Exp $ */ #include <sys/types.h> #include <machine/prom.h> @@ -33,8 +33,6 @@ start() asm("| enable SFU1"); asm(" ldcr r25,cr1"); asm(" clr r25,r25,1<3>"); /* bit 3 is SFU1D */ - asm(" set r25,r25,1<25>"); /* bit 25 is Serialize */ - asm(" set r25,r25,1<29>"); /* bit 29 is Serial mode execution */ asm(" stcr r25,cr1"); bugargs.dev_lun = dev_lun; |