On Wed, 2 Feb 2005 14:40:19 -0800 William Lee Irwin III <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-02-02 at 14:04 -0600, Art Haas wrote: > >> Here's my attempt at taking Bob Breuer's patch and adding in some of the > >> BTFIXUP magic that sparc32 needs. I'm running the current BK kernel with > >> this patch on my SS20, and things seem to work. The current kernel > >> complains during bootup and shutdown about accessing the system clock, > >> a problem I am guessing is related to changes elsewhere in the kernel. > > On Wed, Feb 02, 2005 at 03:54:53PM -0600, Tom 'spot' Callaway wrote: > > This patch only covers sun4m. The attached patch covers all sparc32. > > Signed-off-by: Tom 'spot' Callaway <[EMAIL PROTECTED]> > > Doing a quick doublecheck to be sure this actually applies before > shipping upstream. Sorry about the delay, folks. I disagree with Tom's patch in that it puts this huge switch() statement inline. The whole point of BTFIXUP_HIGH() is that it resolves the call to a single instruction which can be easily patched at runtime. If it's going to expand to multiple BTFIXUP_HIGH() calls and a switch statement, just make it a normal BTFIXUP() to a function and place the implementation in sun4c.c and sun4m.c - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
