include/asm-x86/irq_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -31,10 +31,10 @@
|
|||||||
|
|
||||||
#define FIRST_SYSTEM_VECTOR 0xef /* duplicated in hw_irq.h */
|
#define FIRST_SYSTEM_VECTOR 0xef /* duplicated in hw_irq.h */
|
||||||
|
|
||||||
#define NR_IRQS (NR_VECTORS + (32 *NR_CPUS))
|
#define NR_IRQS (NR_VECTORS + (32 * NR_CPUS))
|
||||||
#define NR_IRQ_VECTORS NR_IRQS
|
#define NR_IRQ_VECTORS NR_IRQS
|
||||||
|
|
||||||
static __inline__ int irq_canonicalize(int irq)
|
static inline int irq_canonicalize(int irq)
|
||||||
{
|
{
|
||||||
return ((irq == 2) ? 9 : irq);
|
return ((irq == 2) ? 9 : irq);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user