diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-13 00:01:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-13 00:01:48 +0000 |
commit | 8bedaea35048f0c2e71c23200ad85e0513687113 (patch) | |
tree | 574cbd2dd7ec76ab525ae5f0d978e40e5223e179 /sys/arch/mac68k | |
parent | c173c3d0a6e164e6a372c61b4767aca5a58ae143 (diff) |
ecacheon(), ecacheoff() good bye.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index aada1814624..2995e13f00a 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.27 2001/06/27 04:22:37 art Exp $ */ +/* $OpenBSD: locore.s,v 1.28 2001/08/13 00:01:41 miod Exp $ */ /* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */ /* @@ -1463,12 +1463,6 @@ LmotommuB: movc d0,cacr | invalidate on-chip d-cache rts -ENTRY(ecacheon) - rts - -ENTRY(ecacheoff) - rts - ENTRY_NOPROFILE(getsfc) movc sfc,d0 rts |