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)
commit1a0c3298d6c6bfc357c38772e7f32d193c60c77d
treedc39e4615cb321689176b75b6ddb6bf70c7ff569
parentf2badb0c950ed308be9b321203b9c8d341690cd4
percpu: fix compile warnings

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>
mm/percpu.c