Skip to content

Commit

Permalink
include/asm-x86/irq_64.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent f4964d2 commit 3ff3522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-x86/irq_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

#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

static __inline__ int irq_canonicalize(int irq)
static inline int irq_canonicalize(int irq)
{
return ((irq == 2) ? 9 : irq);
}
Expand Down

0 comments on commit 3ff3522

Please sign in to comment.