From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164Ab3LQNkP (ORCPT ); Tue, 17 Dec 2013 08:40:15 -0500 Received: from mail.skyhub.de ([78.46.96.112]:55208 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753125Ab3LQNkM (ORCPT ); Tue, 17 Dec 2013 08:40:12 -0500 Date: Tue, 17 Dec 2013 14:40:06 +0100 From: Borislav Petkov To: Matt Fleming Cc: Linux EFI , X86 ML , LKML , Borislav Petkov , Matthew Garrett , "H. Peter Anvin" , Dave Young , James Bottomley , Vivek Goyal , Toshi Kani , Arjan van de Ven Subject: Re: [PATCH 3/3] efi: Make efi virtual runtime map passing more robust Message-ID: <20131217134006.GC30592@pd.tnic> References: <1387236997-26975-1-git-send-email-bp@alien8.de> <1387236997-26975-4-git-send-email-bp@alien8.de> <20131217121024.GB3145@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131217121024.GB3145@console-pimps.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 17, 2013 at 12:10:24PM +0000, Matt Fleming wrote: > You sunk my i386 battleship, > > /home/build/git/efi/arch/x86/platform/efi/efi.c:824:24: error: ‘struct real_mode_header’ has no member named ‘trampoline_pgd’ > make[4]: *** [arch/x86/platform/efi/efi.o] Error 1 > make[3]: *** [arch/x86/platform/efi] Error 2 Right, this is a recurring issue with the trampoline_pgd. What do you prefer: an #ifdef CONFIG_X86_64 or a separate function in efi_$(BITS).c? -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --