Re: smp_call_function/flush_tlb_all hang on large memory system

From: Keith Owens
Date: Mon Nov 22 2004 - 21:46:18 EST


It has always been an error to call smp_call_function() with interrupts
disabled. Recent 2.6 kernels check for this and issue a warning. The
problem is not smp_call_function() or flush_tlb_all(), it is the code
that called them with interrupts disabled. Find the calling code and
fix it to not disable interrupts.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/