percpu: handle __percpu notations in UP accessors
authorNamhyung Kim <namhyung@gmail.com>
Fri, 6 Aug 2010 18:26:23 +0000 (03:26 +0900)
committerTejun Heo <tj@kernel.org>
Sat, 7 Aug 2010 12:20:53 +0000 (14:20 +0200)
UP accessors didn't take care of __percpu notations leading to a lot
of spurious sparse warnings on UP configurations.  Fix it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found