commit | 9866b7e86a2ce4daa677be750e3ccbfc65d187f5 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 11 16:25:01 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 11 16:26:35 2009 +0200 |
tree | 29a1011829b78a88b1aa1c42fb263e623377e1f3 | |
parent | 991ec02cdca33b03a132a0cacfe6f0aa0be9aa8d [diff] |
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 <tglx@linutronix.de>