Do begin probes always run with irqs disabled? Based on my testing, it would appear so. Is there any way to run code with irqs *enabled* in a systemtap script? I'm trying to use a function in embedded C that has the might_sleep() check. Mike