diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-01 21:14:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-01 21:14:00 +0000 |
commit | cb640cff45bc63fe693dff8341703f90499026d7 (patch) | |
tree | 1625c19a2434e79090f9c77c096a4cb03e9bd7d6 /sys/arch/mvme68k | |
parent | bcb96d033609fa9c723cacc8a96be188bf459763 (diff) |
5 -> FC_SUPERD
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index a8db2729390..8700a73ec4c 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.44 2004/09/29 07:34:42 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.45 2004/12/01 21:13:59 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -1507,7 +1507,7 @@ Lmc68851b: pflushs #0,#0,a0@ | flush address from both sides rts Ltbis040: - moveq #5,d0 | select supervisor + moveq #FC_SUPERD,d0 | select supervisor movc d0,dfc .word 0xf508 | pflush a0@ moveq #FC_USERD,d0 | select user |