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)
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>

No differences found