x86: memtest: use pointers of equal type for comparison
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2009 14:25:01 +0000 (16:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2009 14:26:35 +0000 (16:26 +0200)
commit9866b7e86a2ce4daa677be750e3ccbfc65d187f5
tree29a1011829b78a88b1aa1c42fb263e623377e1f3
parent991ec02cdca33b03a132a0cacfe6f0aa0be9aa8d
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>
arch/x86/mm/memtest.c