kernel-hacking-2024-linux-s.../arch/ia64/hp/sim
Roel Kluin b17de36195 [IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/fw-emu.c
The sizeof a pointer is constant, we want the sizeof what is pointed to.
Zero out 'sizeof(*efi_systab)' bytes of the efi_system_table_t pointer
'efi_systab' instead.

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2007-11-06 13:27:18 -08:00
..
boot [IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/fw-emu.c 2007-11-06 13:27:18 -08:00
hpsim.S
hpsim_console.c [IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator) 2007-09-01 02:52:25 -07:00
hpsim_irq.c
hpsim_machvec.c
hpsim_setup.c [IA64] Enable early console for Ski simulator 2007-09-01 02:50:39 -07:00
hpsim_ssc.h
Kconfig
Makefile
simeth.c [NET]: Make device event notification network namespace safe 2007-10-10 16:49:09 -07:00
simscsi.c Update arch/ to use sg helpers 2007-10-22 21:19:59 +02:00
simserial.c