mirror of https://gitee.com/openkylin/linux.git
Merge commit 'efi-for-3.7-v2' into x86/urgent
This commit is contained in:
commit
c1ddb48204
|
@ -12,6 +12,8 @@
|
||||||
#include <asm/setup.h>
|
#include <asm/setup.h>
|
||||||
#include <asm/desc.h>
|
#include <asm/desc.h>
|
||||||
|
|
||||||
|
#undef memcpy /* Use memcpy from misc.c */
|
||||||
|
|
||||||
#include "eboot.h"
|
#include "eboot.h"
|
||||||
|
|
||||||
static efi_system_table_t *sys_table;
|
static efi_system_table_t *sys_table;
|
||||||
|
|
|
@ -476,6 +476,3 @@ die:
|
||||||
setup_corrupt:
|
setup_corrupt:
|
||||||
.byte 7
|
.byte 7
|
||||||
.string "No setup signature found...\n"
|
.string "No setup signature found...\n"
|
||||||
|
|
||||||
.data
|
|
||||||
dummy: .long 0
|
|
||||||
|
|
Loading…
Reference in New Issue