projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4964d2
)
include/asm-x86/irq_64.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:29 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:24 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/irq_64.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/irq_64.h
b/include/asm-x86/irq_64.h
index 5006c6e7565618fc0efc5918dc13e88d4833bf6c..083d35a62c94ca5d19febdac731397429bb6ee00 100644
(file)
--- a/
include/asm-x86/irq_64.h
+++ b/
include/asm-x86/irq_64.h
@@
-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);
}