commit | a465f9b694bcfa4957d06751c0274ded49421c82 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sun Feb 22 01:49:58 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Feb 23 15:53:06 2009 +1100 |
tree | da91adf23cc0ad89da856dbab7bfe95eff8c46f3 | |
parent | 4c4ece3cf8391e842f2c67a4760885e0acb3a461 [diff] |
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>