Skip to content

Commit

Permalink
Merge commit 'efi-for-3.7-v2' into x86/urgent
Browse files Browse the repository at this point in the history
  • Loading branch information
H. Peter Anvin committed Nov 21, 2012
2 parents ddd32b4 + 0f905a4 commit c1ddb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions arch/x86/boot/compressed/eboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <asm/setup.h>
#include <asm/desc.h>

#undef memcpy /* Use memcpy from misc.c */

#include "eboot.h"

static efi_system_table_t *sys_table;
Expand Down
3 changes: 0 additions & 3 deletions arch/x86/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,3 @@ die:
setup_corrupt:
.byte 7
.string "No setup signature found...\n"

.data
dummy: .long 0

0 comments on commit c1ddb48

Please sign in to comment.