I think it's fine (I'm the author, BTW).
> e.g what if the current thread is a realtime thread, could this
> deadlock? Is is possible that schedule() will never return?
The current thread *is* the one calling smp_call_function().
Or are you thinking about calling smp_call_function() from outside a
process context? You're not supposed to do that. Therefore it's not a
problem ;-)
> I've written a small patch which enables _PAGE_GLOBAL for module
> memory, but currently, the kernel locks hard during X startup.
Erm, is this related to smp_call_function()?
Regards,
Richard....
Old: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/