From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:43 +0000 (-0500) Subject: MIPS: Replace __get_cpu_var uses in FPU emulator. X-Git-Tag: fixes-against-v3.18-rc2~65^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1cd39ad583e36f3a945ba043a0a2bfae83fe859;p=pandora-kernel.git 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 Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed