]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.kabi/xen-x86_64-note-init-p2m
Updated xen patches taken from suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.kabi / xen-x86_64-note-init-p2m
1 From: jbeulich@novell.com
2 Subject: fix kABI for patches.xen/xen-x86_64-note-init-p2m.patch
3 Patch-mainline: obsolete
4 References: 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