Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141
b: refs/heads/master
c: c41f5eb
h: refs/heads/master
i:
  139: 5850224
v: v3
  • Loading branch information
maximilian attems authored and Linus Torvalds committed Apr 16, 2005
1 parent d1d7458 commit 9bb970d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fca44804508d544b0b9d9d85279e5eea778e4e32
refs/heads/master: c41f5eb3b8feb8772561f0e34cfee4de1fa433ec
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ extern efi_status_t asmlinkage efi_call_phys(void *, ...);

struct efi efi;
EXPORT_SYMBOL(efi);
static struct efi efi_phys __initdata;
struct efi_memory_map memmap __initdata;
static struct efi efi_phys;
struct efi_memory_map memmap;

/*
* We require an early boot_ioremap mapping mechanism initially
Expand Down

0 comments on commit 9bb970d

Please sign in to comment.