diff options
author | Paul Mackerras <paulus@samba.org> | 2006-03-26 23:22:28 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-26 23:22:28 -0500 |
commit | 0eb4cb9b16aba6d610a0716503b96d299b308d44 (patch) | |
tree | 3a8b8ed7e3f4b5bde9b690b17aca7926ba9bef90 /arch | |
parent | fbd7740fdfdf9475f92287a84085a1913541cd5d (diff) |
powerpc: Move l2cr.S over to arch/powerpc
No functional changes, but call it l2cr_6xx.S since it is specific
to 6xx-family (including G3/750 and G4/74xx) processors.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/l2cr_6xx.S (renamed from arch/ppc/kernel/l2cr.S) | 0 | ||||
-rw-r--r-- | arch/ppc/kernel/Makefile | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index f2c47e907037..e7fddf1e42c7 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -34,7 +34,7 @@ obj-$(CONFIG_IBMEBUS) += ibmebus.o | |||
34 | obj-$(CONFIG_GENERIC_TBSYNC) += smp-tbsync.o | 34 | obj-$(CONFIG_GENERIC_TBSYNC) += smp-tbsync.o |
35 | obj64-$(CONFIG_PPC_MULTIPLATFORM) += nvram_64.o | 35 | obj64-$(CONFIG_PPC_MULTIPLATFORM) += nvram_64.o |
36 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 36 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |
37 | obj-$(CONFIG_6xx) += idle_6xx.o | 37 | obj-$(CONFIG_6xx) += idle_6xx.o l2cr_6xx.o |
38 | 38 | ||
39 | ifeq ($(CONFIG_PPC_MERGE),y) | 39 | ifeq ($(CONFIG_PPC_MERGE),y) |
40 | 40 | ||
diff --git a/arch/ppc/kernel/l2cr.S b/arch/powerpc/kernel/l2cr_6xx.S index d7f4e982b539..d7f4e982b539 100644 --- a/arch/ppc/kernel/l2cr.S +++ b/arch/powerpc/kernel/l2cr_6xx.S | |||
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 1b2c7458a3d0..3d50a2686839 100644 --- a/arch/ppc/kernel/Makefile +++ b/arch/ppc/kernel/Makefile | |||
@@ -13,7 +13,7 @@ extra-y += vmlinux.lds | |||
13 | obj-y := entry.o traps.o time.o misc.o \ | 13 | obj-y := entry.o traps.o time.o misc.o \ |
14 | setup.o \ | 14 | setup.o \ |
15 | ppc_htab.o | 15 | ppc_htab.o |
16 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o | 16 | obj-$(CONFIG_6xx) += cpu_setup_6xx.o |
17 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o | 17 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o |
18 | obj-$(CONFIG_MODULES) += module.o ppc_ksyms.o | 18 | obj-$(CONFIG_MODULES) += module.o ppc_ksyms.o |
19 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 19 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |
@@ -34,7 +34,7 @@ endif | |||
34 | # These are here while we do the architecture merge | 34 | # These are here while we do the architecture merge |
35 | 35 | ||
36 | else | 36 | else |
37 | obj-$(CONFIG_6xx) += l2cr.o cpu_setup_6xx.o | 37 | obj-$(CONFIG_6xx) += cpu_setup_6xx.o |
38 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o | 38 | obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o |
39 | obj-$(CONFIG_MODULES) += module.o | 39 | obj-$(CONFIG_MODULES) += module.o |
40 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 40 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |