debuggers.hg
changeset 22806:59396addc940
x86-64: pci_probe must be resident
... now that we reference it from emulate_privileged_op().
Signed-off-by: Jan Beulich <jbeulich@novell.com>
... now that we reference it from emulate_privileged_op().
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Jan Beulich <jbeulich@novell.com> |
---|---|
date | Fri Jan 14 14:26:11 2011 +0000 (2011-01-14) |
parents | bfb1b1adf300 |
children | 47d67a64a2d2 |
files | xen/arch/x86/x86_64/mmconfig-shared.c |
line diff
1.1 --- a/xen/arch/x86/x86_64/mmconfig-shared.c Fri Jan 14 14:25:31 2011 +0000 1.2 +++ b/xen/arch/x86/x86_64/mmconfig-shared.c Fri Jan 14 14:26:11 2011 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 #include "mmconfig.h" 1.5 1.6 static int __initdata known_bridge; 1.7 -unsigned int __cpuinitdata pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF; 1.8 +unsigned int pci_probe = PCI_PROBE_CONF1 | PCI_PROBE_MMCONF; 1.9 1.10 static void __init parse_mmcfg(char *s) 1.11 {