[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