Re: [PATCH] efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction

2015-03-10 Thread Matt Fleming
; From: Ingo Molnar > Date: Tue, 3 Mar 2015 07:42:48 +0100 > Subject: [PATCH] efi: Clean up the efi_call_phys_[prolog|epilog]() > save/restore interaction > > Currently x86-64 efi_call_phys_prolog() saves into a global variable > (save_pgd), > and efi_call_phys_epilog(

[PATCH] efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction

2015-03-02 Thread Ingo Molnar
Also clean up the save_pgd global variable while at it. untested as well. Thanks, Ingo ==> >From 166625ceaef68fcbeee63adc63c02d75abcaf0db Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 3 Mar 2015 07:42:48 +0100 Subject: [PATCH] efi: Clean up the efi_call