diff options
| author | Paul Mackerras <paulus@samba.org> | 2005-10-27 20:20:42 +1000 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-10-27 20:20:42 +1000 |
| commit | fda262b8978d0089758ef9444508434c74113a61 (patch) | |
| tree | 86cca84a4f62d4d931d7c6e56cbb5b207281ba74 /arch/ppc64/kernel/Makefile | |
| parent | 89edce0b4e71f6f78e27d7c18c63e957469b74d3 (diff) | |
| download | talos-op-linux-fda262b8978d0089758ef9444508434c74113a61.tar.gz talos-op-linux-fda262b8978d0089758ef9444508434c74113a61.zip | |
[PATCH] ppc64: remove arch/ppc64/kernel/setup.c
and use setup_64.c from the merged tree instead. The only difference
between them was the code to set up the syscall maps.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 83ecefdcfef7..f2f60c9cc55f 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -7,7 +7,7 @@ ifneq ($(CONFIG_PPC_MERGE),y) EXTRA_CFLAGS += -mno-minimal-toc extra-y := head.o vmlinux.lds -obj-y := setup.o entry.o misc.o prom.o +obj-y := entry.o misc.o prom.o endif |

