Heiko Carstens 37e8952174 [S390] nohz: optimize arch_needs_cpu()
arch_needs_cpu() gets always executed on the current cpu. Therefore
the cpu parameter can be ignored it is possible to use __get_cpu_var()
instead of per_cpu() to access the per_cpu variable, which will
generate better code.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2011-01-05 12:47:28 +01:00
..
2011-01-05 12:47:23 +01:00
2011-01-05 12:47:23 +01:00
2010-10-25 16:10:14 +02:00
2011-01-05 12:47:23 +01:00
2011-01-05 12:47:23 +01:00