This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ia64 / kernel / traps.c
index 79299c8..3dd9b1d 100644 (file)
@@ -92,12 +92,6 @@ die (const char *str, struct pt_regs *regs, long err)
        } else
                printk(KERN_ERR "Recursive die() failure, output suppressed\n");
 
-       try_crashdump(regs);
-       if (panic_on_oops) {
-               if (netdump_func)
-                       netdump_func = NULL;
-               panic("Fatal exception");
-       }
        bust_spinlocks(0);
        die.lock_owner = -1;
        spin_unlock_irq(&die.lock);