From: Yinghai Lu Date: Tue, 9 Dec 2008 19:56:20 +0000 (-0800) Subject: sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build X-Git-Tag: v2.6.29-rc1~538^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4830f8891be6b4e04809693a24771a4694e0b0;p=pandora-kernel.git sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build Ingo Molnar wrote: >>> drivers/pci/intr_remapping.c: In function 'irq_2_iommu_alloc': >>> drivers/pci/intr_remapping.c:72: error: 'boot_cpu_id' undeclared (first use in this function) >>> drivers/pci/intr_remapping.c:72: error: (Each undeclared identifier is reported only once >>> drivers/pci/intr_remapping.c:72: error: for each function it appears in.) sparseirq should only be used with SMP for now. --- Reading git-diff-tree failed