More sparc32 esp failures

2007-03-26 Thread Tom \spot\ Callaway
This one doesn't even have a CDROM. SPARCstation 4, No Keyboard ROM Rev. 2.24, 160 MB memory installed sd 0:0:3:0: Attached scsi disk sda esp0: Aborting command esp0: dumping state esp0: dma -- cond_rega6400310 addrf00106c1 esp0: SW [sreg11 sstep04 ireg18] esp0: HW reread [sreg01 sstepc4 ireg00]

Re: [Bugme-new] [Bug 8232] New: Creator3D Framebuffer (sparc64) on Sbus/UPA workstation

2007-03-26 Thread David Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Mon, 19 Mar 2007 03:34:25 -0800 On Mon, 19 Mar 2007 03:19:31 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8232 Summary: Creator3D Framebuffer (sparc64) on Sbus/UPA workstation Kernel Version: ALL

[PATCH] fix sparc32 SMP build regression

2007-03-26 Thread Robert Reif
commit b19cbe2a1695c09c74f83646c4b82b51123b3690 [BRIDGE]: Fix fdb RCU race breaks sparc SMP build because atomic_add_unless is not exported. This patch exports atomic_add_unless and atomic_cmpxchg. Compile tested only. Signed-off-by: Robert Reif [EMAIL PROTECTED] diff --git

Re: [PATCH] fix sparc32 SMP build regression

2007-03-26 Thread David Miller
From: Robert Reif [EMAIL PROTECTED] Date: 26 Mar 2007 22:03:10 -0400 commit b19cbe2a1695c09c74f83646c4b82b51123b3690 [BRIDGE]: Fix fdb RCU race breaks sparc SMP build because atomic_add_unless is not exported. This patch exports atomic_add_unless and atomic_cmpxchg. Compile tested