kmemtrace, rcu: fix rcupreempt.c data structure dependencies
authorIngo Molnar <mingo@elte.hu>
Wed, 25 Mar 2009 15:42:24 +0000 (16:42 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Apr 2009 10:23:04 +0000 (12:23 +0200)
commita979241c532f07c201fe94e0a632107268f02578
treef7022c71b4f9671c985398426662259d723e912b
parent6258c4fb59e77d748f7efc2c137ad420372edd07
kmemtrace, rcu: fix rcupreempt.c data structure dependencies

Impact: cleanup

We want to remove percpu.h from rcupreempt.h, but if we do that
the percpu primitives there wont build anymore. Move them to the
.c file instead.

Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Cc: paulmck@linux.vnet.ibm.com
LKML-Reference: <1237898630.25315.83.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/rcupreempt.h
kernel/rcupreempt.c