commit | f608600e74404c5c8f017af45294074282911ae9 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 24 06:29:36 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Apr 24 20:58:02 2008 +1000 |
tree | 9d62c005e06960a661ff77f540ca76625fabe827 | |
parent | 885aa35c9669ce7919d203036a87a7e1a4ebd25f [diff] |
[POWERPC] Clean up access to thread_info in assembly Use (31-THREAD_SHIFT) to get to thread_info from stack pointer. This makes the code a bit easier to read and more robust if we ever change THREAD_SHIFT. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>