* Andrew Morton <[EMAIL PROTECTED]> wrote:

> +void __trigger_all_cpu_backtrace(void)
> +{
> +     backtrace_mask = CPU_MASK_ALL;
> +}

i'd suggest cpu_online_map, i also added a busy-loop to wait for the 
backtrace_mask to go back to 0. That way we get a consistent dump all 
across. (as the NMI will dump on this CPU too)

if the NMI isnt working on some CPU, the wait might be quite long ;-) 
But it's not a big issue i think as the system is likely hosed already.

        Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to