NetBSD/sys/arch/sun3
tsutsui 0681619847 Sync with sun3/locore.s rev 1.88:
> 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.
Fixes MMU fault panic in trap() on sun3x.

This should be pulled up to netbsd-4 too.
2007-07-20 22:26:29 +00:00
..
compile
conf Use options<space><tab>. 2007-07-18 15:49:09 +00:00
dev Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
include Generic soft interrupts are mandatory. 2007-07-14 21:48:17 +00:00
sun3 Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4 2007-06-12 03:34:28 +00:00
sun3x Sync with sun3/locore.s rev 1.88: 2007-07-20 22:26:29 +00:00
Makefile