Re: [PATCH] m68k: skip futex_atomic_cmpxchg_inatomic() test

2014-03-05 Thread Thomas Gleixner
On Wed, 5 Mar 2014, Geert Uytterhoeven wrote: > On Tue, Mar 4, 2014 at 8:28 AM, Finn Thain wrote: > > The futex_atomic_cmpxchg_inatomic() test in futex_init() causes a fatal > > exception on 68030 (and presumably 68020 also). > > Thanks! > > > Signed-off-by: Finn Thain > > Acked-by: Geert Uyt

Re: [PATCH] m68k: skip futex_atomic_cmpxchg_inatomic() test

2014-03-05 Thread Geert Uytterhoeven
On Tue, Mar 4, 2014 at 8:28 AM, Finn Thain wrote: > The futex_atomic_cmpxchg_inatomic() test in futex_init() causes a fatal > exception on 68030 (and presumably 68020 also). Thanks! > Signed-off-by: Finn Thain Acked-by: Geert Uytterhoeven > --- > > Ingo Molnar has committed Heiko Carstens' p

[PATCH] m68k: skip futex_atomic_cmpxchg_inatomic() test

2014-03-03 Thread Finn Thain
The futex_atomic_cmpxchg_inatomic() test in futex_init() causes a fatal exception on 68030 (and presumably 68020 also). Signed-off-by: Finn Thain --- Ingo Molnar has committed Heiko Carstens' patch to the -tip repo: http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=03b8c7b623