]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Rename 4xx paths to 40x
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 20 Aug 2007 12:27:07 +0000 (07:27 -0500)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 20 Aug 2007 12:27:07 +0000 (07:27 -0500)
4xx is a bit of a misnomer for certain things, as they really apply to PowerPC
40x only.  Rename some of the files to clean this up.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
arch/powerpc/Makefile
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/head_40x.S [moved from arch/powerpc/kernel/head_4xx.S with 100% similarity]
arch/powerpc/mm/40x_mmu.c [moved from arch/powerpc/mm/4xx_mmu.c with 100% similarity]
arch/powerpc/mm/Makefile
arch/powerpc/platforms/40x/Kconfig [moved from arch/powerpc/platforms/4xx/Kconfig with 100% similarity]
arch/powerpc/platforms/40x/Makefile [moved from arch/powerpc/platforms/4xx/Makefile with 100% similarity]

index 6c1e36c33faa1bd536d5f75cd75ba8d9022174a2..8e59c0c405ad751fec85517863c05e6f840629dd 100644 (file)
@@ -123,7 +123,7 @@ CFLAGS += $(cpu-as-y)
 head-y                         := arch/powerpc/kernel/head_32.o
 head-$(CONFIG_PPC64)           := arch/powerpc/kernel/head_64.o
 head-$(CONFIG_8xx)             := arch/powerpc/kernel/head_8xx.o
-head-$(CONFIG_4xx)             := arch/powerpc/kernel/head_4xx.o
+head-$(CONFIG_40x)             := arch/powerpc/kernel/head_40x.o
 head-$(CONFIG_44x)             := arch/powerpc/kernel/head_44x.o
 head-$(CONFIG_FSL_BOOKE)       := arch/powerpc/kernel/head_fsl_booke.o
 
index b0cb2e662c25a6e14f3b8e708a46993422c5e19f..a4850dd8764fb30b063b709d549382ca2d33ffe1 100644 (file)
@@ -46,7 +46,7 @@ ifeq ($(CONFIG_PPC_MERGE),y)
 
 extra-$(CONFIG_PPC_STD_MMU)    := head_32.o
 extra-$(CONFIG_PPC64)          := head_64.o
-extra-$(CONFIG_40x)            := head_4xx.o
+extra-$(CONFIG_40x)            := head_40x.o
 extra-$(CONFIG_44x)            := head_44x.o
 extra-$(CONFIG_FSL_BOOKE)      := head_fsl_booke.o
 extra-$(CONFIG_8xx)            := head_8xx.o
index 7e4d27ad3deec7e422181daadcbe715444f7df6c..bf20fa688809102cc8883ccf67ea1726ad6bb86d 100644 (file)
@@ -13,7 +13,7 @@ obj-$(CONFIG_PPC64)           += init_64.o pgtable_64.o mmu_context_64.o \
                                   hash_utils_64.o hash_low_64.o tlb_64.o \
                                   slb_low.o slb.o stab.o mmap.o $(hash-y)
 obj-$(CONFIG_PPC_STD_MMU_32)   += ppc_mmu_32.o hash_low_32.o tlb_32.o
-obj-$(CONFIG_40x)              += 4xx_mmu.o
+obj-$(CONFIG_40x)              += 40x_mmu.o
 obj-$(CONFIG_44x)              += 44x_mmu.o
 obj-$(CONFIG_FSL_BOOKE)                += fsl_booke_mmu.o
 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o