diff options
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r-- | xen/arch/x86/setup.c | 2 |
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(); |