Skip to content

Commit c1ddb48

Browse files
author
H. Peter Anvin
committed
Merge commit 'efi-for-3.7-v2' into x86/urgent
2 parents ddd32b4 + 0f905a4 commit c1ddb48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

arch/x86/boot/compressed/eboot.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <asm/setup.h>
1313
#include <asm/desc.h>
1414

15+
#undef memcpy /* Use memcpy from misc.c */
16+
1517
#include "eboot.h"
1618

1719
static efi_system_table_t *sys_table;

arch/x86/boot/header.S

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,3 @@ die:
476476
setup_corrupt:
477477
.byte 7
478478
.string "No setup signature found...\n"
479-
480-
.data
481-
dummy: .long 0

0 commit comments

Comments
 (0)