OpenCloudOS-Kernel/arch/ia64/hp/sim/boot
Luck, Tony 4484009847 [IA64] sim: Add casts to avoid assignment warnings
Pointers in the efi_runtime_services_t structure now have type
"void *" (formerly they were "unsigned long"). So we now see a
bunch of warnings like this:

arch/ia64/hp/sim/boot/fw-emu.c:293: warning: assignment makes pointer from integer without a cast

Add (void *) casts to the 10 affected lines to make the build quiet again.

Signed-off-by: Tony Luck <tony.luck@intel.com>
2013-07-08 10:46:50 -07:00
..
Makefile [IA64] export copy_page() to modules 2007-12-07 16:10:19 -08:00
boot_head.S [IA64] make unwinder stop at last frame of the bootloader 2007-08-13 13:26:02 -07:00
bootloader.c Disintegrate asm/system.h for IA64 2012-03-28 18:30:02 +01:00
bootloader.lds [IA64] rename _bss to __bss_start 2007-12-07 16:11:49 -08:00
fw-emu.c [IA64] sim: Add casts to avoid assignment warnings 2013-07-08 10:46:50 -07:00
ssc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00