On Thu, Nov 12, 2015 at 12:59:04PM -0800, Andy Lutomirski wrote: > On CONFIG_CONTEXT_TRACKING kernels that have context tracking > disabled at runtime (which includes most distro kernels), we still > have the overhead of a call to enter_from_user_mode in interrupt and > exception entries. > > If jump labels are available, this uses the jump label > infrastructure to skip the call.
Looks good. But why are we still calling context tracking code on IRQs at all? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/