summaryrefslogtreecommitdiff
path: root/kernels/xen/24341.patch
blob: 5554004d3598b3f6d1237473c8781c01330ef100 (plain)
1
2
3
4
5
6
7
8
9
10
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)
 {