aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-09-18 00:10:03 +0100
committerJan Beulich <jbeulich@suse.com>2011-09-18 00:10:03 +0100
commit21844b0e32e77c9e1a600b9279a859a7ffe01844 (patch)
treec655fd52fc6d2b7303372c46a4ac7fc019d6e389 /xen/arch/x86/setup.c
parent60bb1d8cd45c041117a65374478e8da7d8e23f60 (diff)
downloadxen-21844b0e32e77c9e1a600b9279a859a7ffe01844.tar.gz
xen-21844b0e32e77c9e1a600b9279a859a7ffe01844.tar.bz2
xen-21844b0e32e77c9e1a600b9279a859a7ffe01844.zip
PCI multi-seg: introduce notion of PCI segments
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r--xen/arch/x86/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
index 83d59025d1..5880e9e8b3 100644
--- a/xen/arch/x86/setup.c
+++ b/xen/arch/x86/setup.c
@@ -1246,6 +1246,8 @@ void __init __start_xen(unsigned long mbi_p)
local_irq_enable();
+ pt_pci_init();
+
#ifdef CONFIG_X86_64
vesa_mtrr_init();