From: Frédéric Riss Date: Tue, 30 Jan 2007 20:41:17 +0000 (+0100) Subject: [PATCH] EFI x86: pass firmware call parameters on the stack X-Git-Tag: v2.6.20~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c373cc3af9720d1cec0e32c3da26b1d220a95b;p=pandora-kernel.git [PATCH] EFI x86: pass firmware call parameters on the stack When calling into the EFI firmware, the parameters need to be passed on the stack. The recent change to use -mregparm=3 breaks x86 EFI support. This patch is needed to allow the new Intel-based Macs to suspend to ram (efi.get_time is called during the suspend phase). Signed-off-by: Frederic Riss Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed