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:
4ff31d7
)
[PATCH] x86_64: remove unusued 'flags' variable
author
David Rientjes
<rientjes@google.com>
Mon, 5 Mar 2007 08:30:49 +0000
(
00:30
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 15:57:53 +0000
(07:57 -0800)
Removes unused 'flags' variable from setup_IO_APIC_irq().
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/io_apic.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/io_apic.c
b/arch/x86_64/kernel/io_apic.c
index 0a91368f8b604b3b2bd554e42abf219fae4867d9..c6a5bc7e8118d0cb206b2185a330e925773195cc 100644
(file)
--- a/
arch/x86_64/kernel/io_apic.c
+++ b/
arch/x86_64/kernel/io_apic.c
@@
-789,7
+789,6
@@
static void setup_IO_APIC_irq(int apic, int pin, unsigned int irq,
struct irq_cfg *cfg = irq_cfg + irq;
struct IO_APIC_route_entry entry;
cpumask_t mask;
- unsigned long flags;
if (!IO_APIC_IRQ(irq))
return;