From: Tejun Heo Date: Sun, 4 Oct 2009 00:31:05 +0000 (+0900) Subject: percpu: fix compile warnings X-Git-Tag: v2.6.32-rc5~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0c3298d6c6bfc357c38772e7f32d193c60c77d;p=pandora-kernel.git 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 Reported-by: Randy Dunlap --- Reading git-diff-tree failed