Files
kernel-tenderloin-3.0/arch/um/include/asm
H. Peter Anvin bf676945cb um, x86: Cast to (u64 *) inside set_64bit()
After tightening up the types passed to set_64bit(), the cast to
(phys_t *) triggers a warning apparently because phys_t is defined as
"unsigned long" when building on 64 bits; however, u64 is defined as
"unsigned long long".  This is, however, a explicit cast inside a
size-specific call, so just make the cast explicitly (u64 *).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Jeff Dike <jdike@addtoit.com>
LKML-Reference: <tip-69309a05907546fb686b251d4ab041c26afe1e1d@git.kernel.org>
2010-08-03 07:00:16 -07:00
..
2010-03-12 15:52:40 -08:00
2009-09-22 07:17:45 -07:00
2009-04-01 08:59:17 -07:00
2009-04-01 08:59:17 -07:00
2009-09-09 13:29:18 -07:00
2009-04-01 08:59:17 -07:00
2010-04-20 16:32:47 +02:00