浏览代码

Merge commit 'efi-for-3.7-v2' into x86/urgent

H. Peter Anvin 12 年之前
父节点
当前提交
c1ddb48204
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 0
      arch/x86/boot/compressed/eboot.c
  2. 0 3
      arch/x86/boot/header.S

+ 2 - 0
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;

+ 0 - 3
arch/x86/boot/header.S

@@ -476,6 +476,3 @@ die:
 setup_corrupt:
 	.byte	7
 	.string	"No setup signature found...\n"
-
-	.data
-dummy:	.long	0