From: Roel Kluin <12o3l@tiscali.nl> Date: Tue, 6 Nov 2007 21:13:53 +0000 (+0100) Subject: [IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/fw-emu.c X-Git-Tag: v2.6.24-rc3~169^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17de3619553d004be3fe3c58bf6a63cbec3303b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed