projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0a538
)
[PATCH] x86-64: Fix warning in io_apic.c
author
Andi Kleen
<ak@suse.de>
Tue, 28 Nov 2006 19:12:59 +0000
(20:12 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 28 Nov 2006 19:12:59 +0000
(20:12 +0100)
arch/x86_64/kernel/io_apic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/io_apic.c
b/arch/x86_64/kernel/io_apic.c
index 14654e6824116f5c96766b07c93cacf1a6a28c5d..c80081a6ba415584553eea8c78377663914e4347 100644
(file)
--- a/
arch/x86_64/kernel/io_apic.c
+++ b/
arch/x86_64/kernel/io_apic.c
@@
-754,10
+754,8
@@
void __setup_vector_irq(int cpu)
{
/* Initialize vector_irq on a new cpu */
/* This function must be called with vector_lock held */
- unsigned long flags;
int irq, vector;
-
/* Mark the inuse vectors */
for (irq = 0; irq < NR_IRQ_VECTORS; ++irq) {
if (!cpu_isset(cpu, irq_domain[irq]))