We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddd32b4 + 0f905a4 commit c1ddb48Copy full SHA for c1ddb48
2 files changed
arch/x86/boot/compressed/eboot.c
@@ -12,6 +12,8 @@
12
#include <asm/setup.h>
13
#include <asm/desc.h>
14
15
+#undef memcpy /* Use memcpy from misc.c */
16
+
17
#include "eboot.h"
18
19
static efi_system_table_t *sys_table;
arch/x86/boot/header.S
@@ -476,6 +476,3 @@ die:
476
setup_corrupt:
477
.byte 7
478
.string "No setup signature found...\n"
479
-
480
- .data
481
-dummy: .long 0
0 commit comments