lkml.org 
[lkml]   [2012]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 51/74] x86, lto, efi: Mark the efi variable used from assembler __visible
    Date
    From: Andi Kleen <ak@linux.intel.com>

    Signed-off-by: Andi Kleen <ak@linux.intel.com>
    ---
    arch/x86/platform/efi/efi.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
    index 2dc29f5..02bc41a 100644
    --- a/arch/x86/platform/efi/efi.c
    +++ b/arch/x86/platform/efi/efi.c
    @@ -53,7 +53,7 @@
    int efi_enabled;
    EXPORT_SYMBOL(efi_enabled);

    -struct efi __read_mostly efi = {
    +struct efi __visible __read_mostly efi = {
    .mps = EFI_INVALID_TABLE_ADDR,
    .acpi = EFI_INVALID_TABLE_ADDR,
    .acpi20 = EFI_INVALID_TABLE_ADDR,
    --
    1.7.7.6


    \
     
     \ /
      Last update: 2012-08-19 06:01    [W:4.845 / U:0.980 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site