Skip to content

Commit

Permalink
[PATCH] x86-64: Fix warning in io_apic.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Nov 28, 2006
1 parent ff0a538 commit f7a2332
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit f7a2332

Please sign in to comment.