Re: [PATCH x86 for review II] [34/39] i386: Use stack arguments for calling into EFI

2007-02-12 Thread Frédéric RISS
Le lundi 12 février 2007 à 08:38 +0100, Andi Kleen a écrit : > 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

[PATCH x86 for review II] [34/39] i386: Use stack arguments for calling into EFI

2007-02-11 Thread Andi Kleen
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