[POWERPC] Always build setup-bus.c on powerpc

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, January 30, 2008 - 8:06 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=03a16b...
Commit:     03a16b27bd30f22d88f570585551925248469f84
Parent:     55852bed57a97b08ab56028f1054d48d45de3aec
Author:     Kumar Gala <galak@kernel.crashing.org>
AuthorDate: Wed Jan 23 23:47:39 2008 -0600
Committer:  Kumar Gala <galak@kernel.crashing.org>
CommitDate: Sun Jan 27 14:07:37 2008 -0600

    [POWERPC] Always build setup-bus.c on powerpc
    
    The common arch/powerpc code calls in to functions in setup-bus.c
    so some builds of ppc32 would fail.
    
    Note, ppc32 usage of setup-irq.c is limited to arch/ppc and should be
    removed when arch/ppc goes away.
    
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/pci/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 5550556..f697f3d 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -32,7 +32,7 @@ obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
 obj-$(CONFIG_PARISC) += setup-bus.o
 obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
 obj-$(CONFIG_PPC32) += setup-irq.o
-obj-$(CONFIG_PPC64) += setup-bus.o
+obj-$(CONFIG_PPC) += setup-bus.o
 obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
 obj-$(CONFIG_X86_VISWS) += setup-irq.o
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[POWERPC] Always build setup-bus.c on powerpc, Linux Kernel Mailing ..., (Wed Jan 30, 8:06 pm)