Re: [PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:34PM -0500, Christoph Lameter wrote: > > From: David Daney > > 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. > >

Re: [PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:34PM -0500, Christoph Lameter wrote: From: David Daney david.da...@cavium.com 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

Re: [PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-06-20 Thread David Daney
+ linux-m...@linux-mips.org, as that is the main MIPS patch reviewing list. On 06/20/2014 12:31 PM, Christoph Lameter wrote: From: David Daney 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

[PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-06-20 Thread Christoph Lameter
From: David Daney 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 ---

[PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-06-20 Thread Christoph Lameter
From: David Daney david.da...@cavium.com 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.da...@cavium.com

Re: [PATCH 19/31] MIPS: Replace __get_cpu_var uses in FPU emulator.

2014-06-20 Thread David Daney
+ linux-m...@linux-mips.org, as that is the main MIPS patch reviewing list. On 06/20/2014 12:31 PM, Christoph Lameter wrote: From: David Daneydavid.da...@cavium.com The use of __this_cpu_inc() requires a fundamental integer type, so change the type of all the counters to unsigned long, which