Patch for Linus' 2.4.8 show_trace() on i386

Pete Zaitcev (zaitcev@redhat.com)
Fri, 17 Aug 2001 15:21:03 -0400


This is not relevant for latest and greatest where this
area was reworked completely, but in case anyone ships
a 2.4.8-based distro...

--- linux-2.4.8/arch/i386/kernel/traps.c Wed Jun 20 13:59:44 2001
+++ linux-2.4.8-e/arch/i386/kernel/traps.c Fri Aug 17 11:50:46 2001
@@ -105,7 +105,6 @@
i = 1;
module_start = VMALLOC_START;
module_end = VMALLOC_END;
- module_end = 0;
while (((long) stack & (THREAD_SIZE-1)) != 0) {
addr = *stack++;
/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/