Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
Acked-by: Ralf Baechle Ralf

Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
On Thu, Aug 31, 2017 at 04:29:35PM -0700, Kees Cook wrote: > In preparation for changing the timer callback argument to the timer > pointer, move to a separate static data variable. > > Cc: Ralf Baechle > Cc: Ingo Molnar > Cc: Arnd Bergmann > Cc: linux-m...@linux-mips.org > Signed-off-by: Kees

[PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-08-31 Thread Kees Cook
In preparation for changing the timer callback argument to the timer pointer, move to a separate static data variable. Cc: Ralf Baechle Cc: Ingo Molnar Cc: Arnd Bergmann Cc: linux-m...@linux-mips.org Signed-off-by: Kees Cook --- arch/mips/sgi-ip32/ip32-reset.c | 16 1 file ch