From: Tejun Heo Date: Thu, 29 Oct 2009 13:34:15 +0000 (+0900) Subject: percpu: make accessors check for percpu pointer in sparse X-Git-Tag: v2.6.34-rc1~223^2~14 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545695fb41da117928ab946067a42d9e15fd009d;p=pandora-kernel.git percpu: make accessors check for percpu pointer in sparse The previous patch made sparse warn about percpu variables being used directly without going through percpu accessors. This patch implements the other half - checking whether non percpu variable is passed into percpu accessors. Signed-off-by: Tejun Heo Cc: Rusty Russell Cc: Al Viro --- Reading git-diff-tree failed