Re: 2.6.17-mm3

From: Cedric Le Goater
Date: Wed Jun 28 2006 - 10:13:50 EST


From: Cedric Le Goater <clg@xxxxxxxxxx>
Subject: [s390] fix compile issue when stacktrace is not configured

Signed-off-by: Cedric Le Goater <clg@xxxxxxxxxx>

---
arch/s390/kernel/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Index: 2.6.17-mm3/arch/s390/kernel/Makefile
===================================================================
--- 2.6.17-mm3.orig/arch/s390/kernel/Makefile
+++ 2.6.17-mm3/arch/s390/kernel/Makefile
@@ -4,7 +4,7 @@

EXTRA_AFLAGS := -traditional

-obj-y := bitmap.o traps.o time.o process.o stacktrace.o \
+obj-y := bitmap.o traps.o time.o process.o \
setup.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o \
semaphore.o s390_ext.o debug.o profile.o irq.o reipl_diag.o

@@ -21,6 +21,7 @@ obj-$(CONFIG_COMPAT) += compat_linux.o
obj-$(CONFIG_BINFMT_ELF32) += binfmt_elf32.o

obj-$(CONFIG_VIRT_TIMER) += vtime.o
+obj-$(CONFIG_STACKTRACE) += stacktrace.o

# Kexec part
S390_KEXEC_OBJS := machine_kexec.o crash.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/