]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Replace __get_cpu_var uses in FPU emulator.
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:43 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:51 +0000 (13:45 -0400)
commitd638dc56bbb430c81cfcd50534f96ddd4831c89f
tree0c68461dac2cede5d2e9da446d232e5ac0c7d550
parentf76437969e5cf4f792a1809877ae2d4619dea10b
MIPS: Replace __get_cpu_var uses in FPU emulator.

The use of __this_cpu_inc() requires a fundamental integer type, so
change the type of all the counters to unsigned long, which is the
same width they were before, but not wrapped in local_t.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/mips/include/asm/fpu_emulator.h