NetBSD/sys/arch/m68k
is 6d6e724440 Reorganize buserr/addrerr stuff, to allow omitting unused code in single-cpu
kernels, at the same time getting rid of up to 3 conditional branches and a
bit over one cacheline fetch (for the 68060; the saving is a bit smaller for
040 and yet smaller for the 020/30).
While we're here, also get rid of an redundant lea (using SP-relative
addressing) and of two redundant pushes.
While we're here, also fix a panic which would tear us down on 68060 machines
if a branch prediction error ever occured.
1997-06-04 22:12:43 +00:00
..
060sp Add .MAKE to the .OBJDIR hacks, so they work with `make -n'. 1997-05-07 07:15:34 +00:00
conf Add bcopy.s, copy.s, copypage.s, and regdump.c; they're common to all 1997-04-09 19:20:23 +00:00
fpe Work around another uninitialized variable warning 1996-12-18 05:44:31 +00:00
fpsp Add .MAKE to the .OBJDIR hacks, so they work with `make -n'. 1997-05-07 07:15:34 +00:00
include An attempt to make a generic m68k implementation for cache control operations. 1997-06-02 20:26:37 +00:00
m68k Reorganize buserr/addrerr stuff, to allow omitting unused code in single-cpu 1997-06-04 22:12:43 +00:00