summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorH. Peter Anvin2012-11-21 01:49:15 +0100
committerH. Peter Anvin2012-11-21 01:49:15 +0100
commitc1ddb482044ca6bfe3de6d45ef17383f3d719ed7 (patch)
treeada9c458cd771755461f8d423cc917aefd64663b /arch/x86
parentx86, mm: Correct vmflag test for checking VM_HUGETLB (diff)
parentx86, efi: Fix processor-specific memcpy() build error (diff)
downloadkernel-qcow2-linux-c1ddb482044ca6bfe3de6d45ef17383f3d719ed7.tar.gz
kernel-qcow2-linux-c1ddb482044ca6bfe3de6d45ef17383f3d719ed7.tar.xz
kernel-qcow2-linux-c1ddb482044ca6bfe3de6d45ef17383f3d719ed7.zip
Merge commit 'efi-for-3.7-v2' into x86/urgent
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/boot/compressed/eboot.c2
-rw-r--r--arch/x86/boot/header.S3
2 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c
index c760e073963e..e87b0cac14b5 100644
--- a/arch/x86/boot/compressed/eboot.c
+++ b/arch/x86/boot/compressed/eboot.c
@@ -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;
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 2a017441b8b2..8c132a625b94 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -476,6 +476,3 @@ die:
setup_corrupt:
.byte 7
.string "No setup signature found...\n"
-
- .data
-dummy: .long 0