NetBSD/sys/arch/mac68k/mac68k
mhitch d2eac2f631 Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.
2007-06-12 03:34:28 +00:00
..
autoconf.c MI softintr(9)'fy. 2007-03-08 02:24:39 +00:00
bus_space.c
clock.c
clockreg.h
conf.c
disksubr.c Add (char *) casts on pointer arith. 2007-03-05 12:37:53 +00:00
fpu.c Rather than attaching fpu as a usual device during cpu_configure(9), 2007-06-02 12:07:03 +00:00
genassym.cf Start yamt-idlelwp fixes. 2007-05-17 22:15:22 +00:00
intr.c MI softintr(9)'fy. 2007-03-08 02:24:39 +00:00
iop.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
locore.s Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
macglobals.s
machdep.c Rather than attaching fpu as a usual device during cpu_configure(9), 2007-06-02 12:07:03 +00:00
macrom.c MI softintr(9)'fy. 2007-03-08 02:24:39 +00:00
macrom.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
macromasm.s Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
mainbus.c
mem.c Remove an unnecessary cast and use (char *) on pointer arith. 2007-03-05 12:30:37 +00:00
pmap_bootstrap.c Update comments to sync yamt-km merge (Sysmap has been moved). 2007-05-18 10:45:58 +00:00
pram.c
pram.h
pramasm.s
psc.c
trap.c Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
vectors.s
via.c