diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-01 21:20:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-01 21:20:18 +0000 |
commit | 227aae4d7f952166df3178a7e2888a43d4043334 (patch) | |
tree | fcf31a8e41018a452ae48936109ed9b52db56974 /sys | |
parent | 53b7311c6b2d55b4f6a4d00304ea9eb2429f90f1 (diff) |
No more splnone alias for spl0.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index 762c40d819c..820c38b2228 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.39 2004/11/30 01:44:22 martin Exp $ */ +/* $OpenBSD: locore.s,v 1.40 2004/12/01 21:20:17 miod Exp $ */ /* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */ /* @@ -1465,7 +1465,6 @@ LmotommuC: * as we need to check for our emulated software interrupts. */ -ALTENTRY(splnone, _spl0) ENTRY(spl0) moveq #0,d0 movw sr,d0 | get old SR for return |