commit | 41eba0ad0033967eda346dd833194e96fdf5f405 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Aug 18 14:23:48 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Aug 20 16:34:58 2008 +1000 |
tree | 4c682a0dabd3d03fbf44988bce64fc511a541371 | |
parent | f3d3d307e6f577de3b384ef64ffb03c8b5676748 [diff] |
powerpc: Turn get/set_hard_smp_proccessor_id into inlines They don't need to be macros, and having them as inline functions avoids warnings about unused variables on some configurations when the argument isn't evaluated. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>