int ret;
unsigned long last_pc;
struct pt_regs *regs;
- unsigned long timeout = USEC_PER_SEC * 3;
+ unsigned long timeout = USEC_PER_SEC * 2;
do {
/*
/* Then, we expect bug() function works well */
pr_emerg("\n--------------------------------------------------------------------------\n"
- " Debugging Information for Hardlockup core - CPU %d"
- "\n--------------------------------------------------------------------------\n\n", cpu);
+ " Debugging Information for Hardlockup core - CPU(%d), Mask:(0x%x)"
+ "\n--------------------------------------------------------------------------\n\n",
+ cpu, dss_desc.hardlockup_core_mask);
}
}
int cpu = raw_smp_processor_id();
if (!dss_base.enabled ||
- !dss_desc.hardlockup_core_mask ||
- !dss_desc.allcorelockup_detected) {
+ !dss_desc.hardlockup_core_mask) {
return;
}