From: Thomas Gleixner Date: Thu, 11 Jun 2009 14:25:01 +0000 (+0200) Subject: x86: memtest: use pointers of equal type for comparison X-Git-Tag: v2.6.31-rc1~386^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9866b7e86a2ce4daa677be750e3ccbfc65d187f5;p=pandora-kernel.git x86: memtest: use pointers of equal type for comparison Commit c9690998ef48ffefeccb91c70a7739eebdea57f9 (x86: memtest: remove 64-bit division) introduced following compile warning: arch/x86/mm/memtest.c: In function 'memtest': arch/x86/mm/memtest.c:56: warning: comparison of distinct pointer types lacks a cast arch/x86/mm/memtest.c:58: warning: comparison of distinct pointer types lacks a cast Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed