Go to the documentation of this file. 1 #ifndef __ALPHA_IRQFLAGS_H
2 #define __ALPHA_IRQFLAGS_H
13 #define IPL_POWERFAIL 6
17 #ifdef CONFIG_ALPHA_BROKEN_IRQ_MASK
19 #define IPL_MIN __min_ipl
23 #define getipl() (rdps() & 7)
24 #define setipl(ipl) ((void) swpipl(ipl))