diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-16 23:49:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-16 23:49:48 +0000 |
commit | 4c3ee3bc825b44e31dd265ae0db047015e86da6b (patch) | |
tree | 7177501c70e488ac5260c2bcd0c5b6ca2644702c /sys/arch/mvme88k/stand/bugcrt/bugcrt.c | |
parent | 9e602379a914ff34ca6650a265b85e6ffe484b2d (diff) |
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
and I am fed up with dissecting diffs to put back code that disappeared.
This will likely be fixed shortly.
Diffstat (limited to 'sys/arch/mvme88k/stand/bugcrt/bugcrt.c')
-rw-r--r-- | sys/arch/mvme88k/stand/bugcrt/bugcrt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/bugcrt/bugcrt.c b/sys/arch/mvme88k/stand/bugcrt/bugcrt.c index 1fc418c6224..d908b52b538 100644 --- a/sys/arch/mvme88k/stand/bugcrt/bugcrt.c +++ b/sys/arch/mvme88k/stand/bugcrt/bugcrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bugcrt.c,v 1.7 2001/12/13 08:55:52 smurph Exp $ */ +/* $OpenBSD: bugcrt.c,v 1.8 2001/12/16 23:49:47 miod Exp $ */ /* * This is the startup file for single stage bootstraps or the first @@ -36,8 +36,6 @@ start() asm("| enable SFU1"); asm(" ldcr r25,cr1"); asm(" xor r25,r25,0x8"); - 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"); #endif |