]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.kabi/xen-x86_64-note-init-p2m
Imported linux-2.6.27.39 suse/xen patches.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.kabi / xen-x86_64-note-init-p2m
CommitLineData
2cb7cef9
BS
1From: jbeulich@novell.com
2Subject: fix kABI for patches.xen/xen-x86_64-note-init-p2m.patch
3Patch-mainline: obsolete
4References: bnc#417417
5
6--- sle11-2009-05-14.orig/include/xen/interface/xen.h 2009-03-16 16:40:54.000000000 +0100
7+++ sle11-2009-05-14/include/xen/interface/xen.h 2009-02-02 10:23:37.000000000 +0100
8@@ -578,9 +578,11 @@ struct start_info {
9 unsigned long mod_start; /* VIRTUAL address of pre-loaded module. */
10 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */
11 int8_t cmd_line[MAX_GUEST_CMDLINE];
12+#ifndef __GENKSYMS__
13 /* The pfn range here covers both page table and p->m table frames. */
14 unsigned long first_p2m_pfn;/* 1st pfn forming initial P->M table. */
15 unsigned long nr_p2m_frames;/* # of pfns forming initial P->M table. */
16+#endif
17 };
18 typedef struct start_info start_info_t;
19