Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2 10 lines 246 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#undef IRQ_DISABLE 3#undef IRQ_ENABLE 4#undef IRQ_ENTER 5#undef IRQ_EXIT 6 7#define IRQ_ENABLE HARDIRQ_ENABLE 8#define IRQ_DISABLE HARDIRQ_DISABLE 9#define IRQ_ENTER HARDIRQ_ENTER 10#define IRQ_EXIT HARDIRQ_EXIT