commit | 61c03ddbdff2e080702521bc1b757854ca58c46a | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Jan 13 12:04:11 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 03 17:39:48 2010 +1100 |
tree | d825a44996fa080f6efff307c0ddbb81d9df0a57 | |
parent | 4ba525d134a882e6994bf8f5bd93fd020376588c [diff] |
powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var() The cputime code has a few places that do per_cpu(, smp_processor_id()). Replace them with __get_cpu_var(). Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>