commit | 1a0c3298d6c6bfc357c38772e7f32d193c60c77d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sun Oct 04 09:31:05 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Mon Oct 12 17:04:42 2009 +0900 |
tree | dc39e4615cb321689176b75b6ddb6bf70c7ff569 | |
parent | f2badb0c950ed308be9b321203b9c8d341690cd4 [diff] |
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>