powerpc: Move is_32bit_task
authorAnton Blanchard <anton@samba.org>
Sun, 22 Feb 2009 01:49:58 +0000 (01:49 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 23 Feb 2009 04:53:06 +0000 (15:53 +1100)
commita465f9b694bcfa4957d06751c0274ded49421c82
treeda91adf23cc0ad89da856dbab7bfe95eff8c46f3
parent4c4ece3cf8391e842f2c67a4760885e0acb3a461
powerpc: Move is_32bit_task

Move is_32bit_task into asm/thread_info.h, that allows us to test for
32/64bit tasks without an ugly CONFIG_PPC64 ifdef.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/thread_info.h
arch/powerpc/kernel/signal.h