summaryrefslogtreecommitdiff
path: root/kernels/xen/24341.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:39 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:39 -0300
commit2050be76621e72c15b0e6547fa0b3e676319cf6c (patch)
tree75f8a4cd7df60691712fd1c4523220690de34ac4 /kernels/xen/24341.patch
parent8ce56f6ffc2826ca322adb4d0291152f9f5a69aa (diff)
parent42355452368e0a44d65d7a2d2128d21225d7ed2b (diff)
Merge branch 'master' of ssh://gparabola/abslibre
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)
+ {