From: Tejun Heo Date: Tue, 2 Feb 2010 05:38:57 +0000 (+0900) Subject: percpu: add __percpu sparse annotations to core kernel subsystems X-Git-Tag: v2.6.34-rc1~223^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43cf38eb5cea91245502df3fcee4dbfc1c74dd1c;p=pandora-kernel.git percpu: add __percpu sparse annotations to core kernel subsystems Add __percpu sparse annotations to core subsystems. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affect normal builds. Signed-off-by: Tejun Heo Reviewed-by: Christoph Lameter Acked-by: Paul E. McKenney Cc: Jens Axboe Cc: linux-mm@kvack.org Cc: Rusty Russell Cc: Dipankar Sarma Cc: Peter Zijlstra Cc: Andrew Morton Cc: Eric Biederman --- Reading git-diff-tree failed