Hi, MIPS and PA-RISC want to sleep 5 seconds before panicking when panic_on_oops is set, with no apparent reason. We should remove this feature, since some users may want their systems to fail as quickly as possible. Users who want to delay reboot after panic can use PANIC_TIMEOUT. Also, this change will unify the behaviour with other architectures. Aaro Koskinen (2): MIPS: panic immediately when panic_on_oops PA-RISC: panic immediately when panic_on_oops arch/mips/kernel/traps.c | 5 +---- arch/parisc/kernel/traps.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) -- 2.4.0