irq_percpu_is_enabled(9) Check whether the per cpu irq is enabled

SYNOPSIS

bool irq_percpu_is_enabled(unsigned int irq);

ARGUMENTS

irq

Linux irq number to check for

DESCRIPTION

Must be called from a non migratable context. Returns the enable state of a per cpu interrupt on the current cpu.

AUTHORS

Thomas Gleixner <[email protected]>

Author.

Ingo Molnar <[email protected]>

Author.

COPYRIGHT