Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257241
b: refs/heads/master
c: d80603c
h: refs/heads/master
i:
  257239: c34d882
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Jul 5, 2011
1 parent cd89b3b commit 6d9795b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b3702377c576f6624348c7c6fd113bfd934fbd7
refs/heads/master: d80603c9d876efafd8b07469c891076de470e323
12 changes: 11 additions & 1 deletion trunk/arch/x86/platform/efi/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,17 @@
int efi_enabled;
EXPORT_SYMBOL(efi_enabled);

struct efi efi;
struct efi __read_mostly efi = {
.mps = EFI_INVALID_TABLE_ADDR,
.acpi = EFI_INVALID_TABLE_ADDR,
.acpi20 = EFI_INVALID_TABLE_ADDR,
.smbios = EFI_INVALID_TABLE_ADDR,
.sal_systab = EFI_INVALID_TABLE_ADDR,
.boot_info = EFI_INVALID_TABLE_ADDR,
.hcdp = EFI_INVALID_TABLE_ADDR,
.uga = EFI_INVALID_TABLE_ADDR,
.uv_systab = EFI_INVALID_TABLE_ADDR,
};
EXPORT_SYMBOL(efi);

struct efi_memory_map memmap;
Expand Down

0 comments on commit 6d9795b

Please sign in to comment.