Re: [RFC][PATCH 01/11] x86/boot: Cleanup header.S by removing some #ifdefs

2014-01-30 Thread Borislav Petkov
On Wed, Jan 29, 2014 at 04:23:47PM +, Matt Fleming wrote: > From: Matt Fleming > > handover_offset is now filled out by build.c. Don't set a default value > as it will be overwritten anyway. > > Signed-off-by: Matt Fleming Acked-by: Borislav Petkov > --- > arch/x86/boot/header.S | 8 +--

Re: [RFC][PATCH 01/11] x86/boot: Cleanup header.S by removing some #ifdefs

2014-01-30 Thread Matt Fleming
On Thu, 30 Jan, at 04:54:38PM, Borislav Petkov wrote: > > That's efi_stub_entry in there, right? Yep, that's correct. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majord...@vger.kernel.or

[RFC][PATCH 01/11] x86/boot: Cleanup header.S by removing some #ifdefs

2014-01-29 Thread Matt Fleming
From: Matt Fleming handover_offset is now filled out by build.c. Don't set a default value as it will be overwritten anyway. Signed-off-by: Matt Fleming --- arch/x86/boot/header.S | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/x86/boot/header.S b/arch/x86/boot/