From: Joe Perches Date: Tue, 9 Jul 2013 17:13:03 +0000 (-0700) Subject: [IA64] dmi.h: Make dmi_alloc use kzalloc X-Git-Tag: v3.12-rc1~119^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab10596f8a45cf19f5482af2a64f4bd4e5bf88c0;p=pandora-kernel.git [IA64] dmi.h: Make dmi_alloc use kzalloc x86/ia64 have a slight mismatch in dmi_alloc as x86 does a memset(0), and ia64 just does kmalloc. Make the ia64 dmi_alloc match the x86 style. Signed-off-by: Joe Perches Signed-off-by: Tony Luck --- Reading git-diff-tree failed