powerpc: Remove the empty giveup_fpu() function on 32bit kernel
authorKevin Hao <haokexin@gmail.com>
Sun, 14 Jul 2013 09:02:06 +0000 (17:02 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:59:50 +0000 (14:59 +1000)
Instead of implementing an empty giveup_fpu() function for each
32bit processor type, replace them with an unique empty inline
function.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found