summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec/kexec-tools-1.101/recentheader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/kexec/kexec-tools-1.101/recentheader.patch')
-rw-r--r--meta/packages/kexec/kexec-tools-1.101/recentheader.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch b/meta/packages/kexec/kexec-tools-1.101/recentheader.patch
deleted file mode 100644
index b0a1a049eb..0000000000
--- a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Index: kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c
2===================================================================
3--- kexec-tools-1.101.orig/kexec/arch/i386/kexec-multiboot-x86.c 2009-06-12 12:09:04.000000000 +0100
4+++ kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c 2009-06-12 12:09:44.000000000 +0100
5@@ -47,7 +47,6 @@
6 #include <getopt.h>
7 #include <elf.h>
8 #include <boot/elf_boot.h>
9-#include <asm/page.h>
10 #include <ip_checksum.h>
11 #include "../../kexec.h"
12 #include "../../kexec-elf.h"
13@@ -341,7 +340,7 @@
14 /* Pick the next aligned spot to load it in */
15 freespace = add_buffer(info,
16 buf, mod_size, mod_size,
17- PAGE_SIZE, 0, 0xffffffffUL, 1);
18+ getpagesize(), 0, 0xffffffffUL, 1);
19
20 /* Add the module command line */
21 sprintf(mod_clp, "%s", mod_command_line);
22Index: kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c
23===================================================================
24--- kexec-tools-1.101.orig/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:17.000000000 +0100
25+++ kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:56.000000000 +0100
26@@ -11,7 +11,7 @@
27 #include <stdint.h>
28 #include <getopt.h>
29 #include <arch/options.h>
30-#include <asm/page.h>
31+#include <unistd.h>
32 #include "../../kexec.h"
33
34 #define COMMAND_LINE_SIZE 1024