commit | a979241c532f07c201fe94e0a632107268f02578 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Mar 25 16:42:24 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 03 12:23:04 2009 +0200 |
tree | f7022c71b4f9671c985398426662259d723e912b | |
parent | 6258c4fb59e77d748f7efc2c137ad420372edd07 [diff] |
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>