Analyse and explore linux
Component HAVE_IRQ_EXIT_ON_IRQ_STACK

Component Type: kbuild config

More info: Architecture doesn't only execute the irq handler on the irq stack but also irq_exit(). This way we can process softirqs on this irq stack instead of switching to a new one when we call __do_softirq() in the end of an hardirq. This spares a stack switch and improves cache usage on softirq processing.

Build project: Kconfig (Linux kconfig) (Path: arch\Kconfig )

Other views: file explorer

Generated by PFA software prototype