diff options
| author | Paul Mackerras <paulus@samba.org> | 2006-03-27 03:28:58 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-03-27 03:28:58 -0500 |
| commit | ed981856ca8af30912fd61a6a4ac8d30a453a5ec (patch) | |
| tree | 7297090fc4c5445422be9a1f86e95c2e899881b1 | |
| parent | 45320bcbabfa9149f43a5beb4b9a4f108dd98929 (diff) | |
powerpc: Move module.c over to arch/powerpc
... and rename it to module_32.c since it is the 32-bit version.
The 32-bit and 64-bit ABIs are sufficiently different that having
a merged version isn't really practical.
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | arch/powerpc/kernel/Makefile | 3 | ||||
| -rw-r--r-- | arch/powerpc/kernel/module_32.c (renamed from arch/ppc/kernel/module.c) | 0 | ||||
| -rw-r--r-- | arch/ppc/kernel/Makefile | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 754c227835bb..b86d380f01b4 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
| @@ -36,6 +36,8 @@ 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 l2cr_6xx.o cpu_setup_6xx.o | 37 | obj-$(CONFIG_6xx) += idle_6xx.o l2cr_6xx.o cpu_setup_6xx.o |
| 38 | obj-$(CONFIG_TAU) += tau_6xx.o | 38 | obj-$(CONFIG_TAU) += tau_6xx.o |
| 39 | obj32-$(CONFIG_SOFTWARE_SUSPEND) += swsusp_32.o | ||
| 40 | obj32-$(CONFIG_MODULES) += module_32.o | ||
| 39 | 41 | ||
| 40 | ifeq ($(CONFIG_PPC_MERGE),y) | 42 | ifeq ($(CONFIG_PPC_MERGE),y) |
| 41 | 43 | ||
| @@ -78,6 +80,7 @@ smpobj-$(CONFIG_SMP) += smp.o | |||
| 78 | 80 | ||
| 79 | endif | 81 | endif |
| 80 | 82 | ||
| 83 | obj-$(CONFIG_PPC32) += $(obj32-y) | ||
| 81 | obj-$(CONFIG_PPC64) += $(obj64-y) | 84 | obj-$(CONFIG_PPC64) += $(obj64-y) |
| 82 | 85 | ||
| 83 | extra-$(CONFIG_PPC_FPU) += fpu.o | 86 | extra-$(CONFIG_PPC_FPU) += fpu.o |
diff --git a/arch/ppc/kernel/module.c b/arch/powerpc/kernel/module_32.c index 92f4e5f64f02..92f4e5f64f02 100644 --- a/arch/ppc/kernel/module.c +++ b/arch/powerpc/kernel/module_32.c | |||
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 8ac1dd958415..e55d7ee17957 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_MODULES) += module.o ppc_ksyms.o | 16 | obj-$(CONFIG_MODULES) += ppc_ksyms.o |
| 17 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 17 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |
| 18 | obj-$(CONFIG_PCI) += pci.o | 18 | obj-$(CONFIG_PCI) += pci.o |
| 19 | obj-$(CONFIG_RAPIDIO) += rio.o | 19 | obj-$(CONFIG_RAPIDIO) += rio.o |
| @@ -31,7 +31,6 @@ endif | |||
| 31 | # These are here while we do the architecture merge | 31 | # These are here while we do the architecture merge |
| 32 | 32 | ||
| 33 | else | 33 | else |
| 34 | obj-$(CONFIG_MODULES) += module.o | ||
| 35 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 34 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |
| 36 | obj-$(CONFIG_KGDB) += ppc-stub.o | 35 | obj-$(CONFIG_KGDB) += ppc-stub.o |
| 37 | ifndef CONFIG_E200 | 36 | ifndef CONFIG_E200 |
