Revert "print kernel stacktrace for exceptions in kernel"

This reverts commit eff1369cab.

This was in a working branch and I only intended to commit
exception.c. But I committed the exact inverse. Sorry.
This commit is contained in:
Ben Gras
2011-07-22 15:01:44 +02:00
parent 04d2db3c44
commit b984fa41df
11 changed files with 11 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ SRCS += smp.c
.endif
DPADD+= ${LIBTIMERS} ${LIBSYS} ${LIBEXEC}
LDADD+= -ltimers -lsys -lexec -lz
LDADD+= -ltimers -lsys -lexec
CFLAGS += -D__kernel__