summaryrefslogtreecommitdiff
path: root/arch/x86/pci/Makefile
diff options
context:
space:
mode:
authorPan, Jacob jun <jacob.jun.pan@intel.com>2010-02-25 00:59:55 (GMT)
committerH. Peter Anvin <hpa@zytor.com>2010-02-25 17:04:19 (GMT)
commita92d152ef9dd89c578ca2ec7118e9de8fb74a75f (patch)
tree90ee3c6e1b69e1858f38d994092d1e9d2d86d958 /arch/x86/pci/Makefile
parentc54113823c777f035fa7444f8841fbccda4a5cc0 (diff)
downloadlinux-fsl-qoriq-a92d152ef9dd89c578ca2ec7118e9de8fb74a75f.tar.xz
x86, numaq: Make CONFIG_X86_NUMAQ depend on CONFIG_PCI
The NUMAQ initialization sets x86_init.pci.init to pci_numaq_init, which obviously isn't defined if CONFIG_PCI isn't defined. This dependency was implicit in the past, because pci_numaq_init was invoked from arch/x86/pci/legacy.c, which itself was conditioned on CONFIG_PCI. I suspect that no NUMA-Q machines without PCI were ever built, so instead of complicating the code by adding #ifdefs or stub functions, just disable this bit of the configuration space. [ hpa: rewrote the checkin comment ] Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com> LKML-Reference: <43F901BD926A4E43B106BF17856F0755A321EE1F@orsmsx508.amr.corp.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/pci/Makefile')
0 files changed, 0 insertions, 0 deletions