Subject: CVS commit: src/sys/arch/sun3/sun3x
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/20/2007 22:26:29
Module Name: src
Committed By: tsutsui
Date: Fri Jul 20 22:26:29 UTC 2007
Modified Files:
src/sys/arch/sun3/sun3x: locore.s
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/arch/sun3/sun3x/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.