Paul Mundt 66341a905e [PATCH] Shut up per_cpu_ptr() on UP
Currently per_cpu_ptr() doesn't really do anything with 'cpu' in the UP
case.  This is problematic in the cases where this is the only place the
variable is referenced:

  CC      kernel/workqueue.o
  kernel/workqueue.c: In function `current_is_keventd':
  kernel/workqueue.c:460: warning: unused variable `cpu'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-13 18:14:15 -08:00
..
2005-09-03 00:15:11 -04:00
2005-11-11 09:37:29 -08:00
2005-11-07 07:53:42 -08:00
2005-11-07 14:11:38 -08:00
2005-11-13 18:14:09 -08:00
2005-11-13 18:14:15 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 14:35:14 +01:00