diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 13:07:14 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 13:07:14 -0400 |
commit | b6b8681843f9eaee12f8c30ffac399f7b2601ab3 (patch) | |
tree | 378e366e0d85c8d6ffc8da520efe7f96fc8b85ee /arch/ppc64/kernel/Makefile | |
parent | ed7f2c05de956da72baf066701ac642f7215dbf5 (diff) |
powerpc: Move iSeries_smp.c to powerpc/platforms/iseries
And rename it to smp.c.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 7354c1dbe9f0..ee88fca0c886 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -60,7 +60,6 @@ obj-$(CONFIG_U3_DART) += u3_iommu.o | |||
60 | 60 | ||
61 | ifdef CONFIG_SMP | 61 | ifdef CONFIG_SMP |
62 | obj-$(CONFIG_PPC_PMAC) += pmac_smp.o smp-tbsync.o | 62 | obj-$(CONFIG_PPC_PMAC) += pmac_smp.o smp-tbsync.o |
63 | obj-$(CONFIG_PPC_ISERIES) += iSeries_smp.o | ||
64 | obj-$(CONFIG_PPC_PSERIES) += pSeries_smp.o | 63 | obj-$(CONFIG_PPC_PSERIES) += pSeries_smp.o |
65 | obj-$(CONFIG_PPC_BPA) += pSeries_smp.o | 64 | obj-$(CONFIG_PPC_BPA) += pSeries_smp.o |
66 | obj-$(CONFIG_PPC_MAPLE) += smp-tbsync.o | 65 | obj-$(CONFIG_PPC_MAPLE) += smp-tbsync.o |