[patch] s390: fix klibc build

From: Heiko Carstens
Date: Fri Jun 23 2006 - 09:29:17 EST


From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

Fix s390 31 bit klibc build.

Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
Cc: H. Peter Anvin <hpa@xxxxxxxxx>
Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
---

Patch is against 2.6.17-mm1.

include/linux/kallsyms.h | 14 ++++++++++++++
kernel/lockdep.c | 38 ++++++++++++++------------------------
kernel/stacktrace.c | 4 +---
3 files changed, 29 insertions(+), 27 deletions(-)

Index: linux-2.6.17-mm1/usr/klibc/arch/s390/Makefile.inc
===================================================================
--- linux-2.6.17-mm1.orig/usr/klibc/arch/s390/Makefile.inc
+++ linux-2.6.17-mm1/usr/klibc/arch/s390/Makefile.inc
@@ -13,6 +13,11 @@ KLIBCARCHOBJS = \
arch/$(KLIBCARCHDIR)/setjmp.o \
arch/$(KLIBCARCHDIR)/mmap.o \
arch/$(KLIBCARCHDIR)/syscall.o \
+ libgcc/__clzsi2.o \
+ libgcc/__clzdi2.o \
+ libgcc/__ashldi3.o \
+ libgcc/__ashrdi3.o \
+ libgcc/__lshrdi3.o \
libgcc/__divdi3.o \
libgcc/__moddi3.o \
libgcc/__udivdi3.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/