Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index

CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK:

General informations

The Linux kernel configuration item CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - H index

Automatically generated (in year 2024). See also LKDDb sources on GitLab