diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 13:40:54 +1000 |
|---|---|---|
| committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 13:40:54 +1000 |
| commit | d4bf9a7858a0766cafb21dcb66ff9a5d92c1cd09 (patch) | |
| tree | 7179d40fa2b016414fb2b7fcc9e9da960459bc8d /arch/ppc64/kernel/Makefile | |
| parent | 0f17d0742f27b7a69b0e2dfb21190f06ea3a9087 (diff) | |
| download | talos-op-linux-d4bf9a7858a0766cafb21dcb66ff9a5d92c1cd09.tar.gz talos-op-linux-d4bf9a7858a0766cafb21dcb66ff9a5d92c1cd09.zip | |
ppc64: merge binfmt_elf32.c
and use start_thread for both 32 and 64 bit bineries.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
| -rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 834aef034b77..a724f6fc04da 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -14,7 +14,7 @@ endif obj-y += irq.o idle.o dma.o \ time.o signal.o syscalls.o ptrace.o \ align.o bitops.o pacaData.o \ - udbg.o binfmt_elf32.o sys_ppc32.o ioctl32.o \ + udbg.o sys_ppc32.o ioctl32.o \ ptrace32.o signal32.o rtc.o \ cpu_setup_power4.o \ iommu.o sysfs.o vdso.o pmc.o firmware.o |

