]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.kabi/xen-x86_64-note-init-p2m
Move xen patchset to new version's subdir.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kabi / xen-x86_64-note-init-p2m
diff --git a/src/patches/suse-2.6.27.31/patches.kabi/xen-x86_64-note-init-p2m b/src/patches/suse-2.6.27.31/patches.kabi/xen-x86_64-note-init-p2m
new file mode 100644 (file)
index 0000000..48158dd
--- /dev/null
@@ -0,0 +1,19 @@
+From: jbeulich@novell.com
+Subject: fix kABI for patches.xen/xen-x86_64-note-init-p2m.patch
+Patch-mainline: obsolete
+References: bnc#417417
+
+--- sle11-2009-05-14.orig/include/xen/interface/xen.h  2009-03-16 16:40:54.000000000 +0100
++++ sle11-2009-05-14/include/xen/interface/xen.h       2009-02-02 10:23:37.000000000 +0100
+@@ -578,9 +578,11 @@ struct start_info {
+     unsigned long mod_start;    /* VIRTUAL address of pre-loaded module.  */
+     unsigned long mod_len;      /* Size (bytes) of pre-loaded module.     */
+     int8_t cmd_line[MAX_GUEST_CMDLINE];
++#ifndef __GENKSYMS__
+     /* The pfn range here covers both page table and p->m table frames.   */
+     unsigned long first_p2m_pfn;/* 1st pfn forming initial P->M table.    */
+     unsigned long nr_p2m_frames;/* # of pfns forming initial P->M table.  */
++#endif
+ };
+ typedef struct start_info start_info_t;