summaryrefslogtreecommitdiff
path: root/kernels/xen/24341.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-02-21 11:39:38 -0200
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-02-21 11:39:38 -0200
commit415e6b0a686989d0000a82ba8404d4ab9cd1e6b7 (patch)
tree4c78f30103549386aa7f645c7f2623c181ce0572 /kernels/xen/24341.patch
parent8446919c3950deb73699302e1c33cdc05b7d4add (diff)
kernels/xe-guest-utilities
Diffstat (limited to 'kernels/xen/24341.patch')
-rw-r--r--kernels/xen/24341.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernels/xen/24341.patch b/kernels/xen/24341.patch
new file mode 100644
index 000000000..5554004d3
--- /dev/null
+++ b/kernels/xen/24341.patch
@@ -0,0 +1,11 @@
+--- a/xen/arch/x86/x86_64/mmconfig_64.c 2011-10-20 15:05:49.000000000 -0200
++++ b/xen/arch/x86/x86_64/mmconfig_64.c 2012-02-14 23:45:47.481729733 -0200
+@@ -23,7 +23,7 @@
+ char __iomem *virt;
+ };
+ static struct mmcfg_virt *pci_mmcfg_virt;
+-static int __initdata mmcfg_pci_segment_shift;
++static unsigned int mmcfg_pci_segment_shift;
+
+ static char __iomem *get_virt(unsigned int seg, unsigned bus)
+ {