From: Ingo Molnar Date: Wed, 25 Mar 2009 15:42:24 +0000 (+0100) Subject: kmemtrace, rcu: fix rcupreempt.c data structure dependencies X-Git-Tag: v2.6.30-rc1~182^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a979241c532f07c201fe94e0a632107268f02578;p=pandora-kernel.git 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 Cc: Eduard - Gabriel Munteanu Cc: paulmck@linux.vnet.ibm.com LKML-Reference: <1237898630.25315.83.camel@penberg-laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed