percpu: fix compile warnings
authorTejun Heo <tj@kernel.org>
Sun, 4 Oct 2009 00:31:05 +0000 (09:31 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 12 Oct 2009 08:04:42 +0000 (17:04 +0900)
Fix the following two compile warnings which show up on i386.

mm/percpu.c:1873: warning: comparison of distinct pointer types lacks a cast
mm/percpu.c:1879: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'size_t'

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>

No differences found