Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7a23328 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[PATCH] x86-64: Fix warning in io_apic.c

parent ff0a538d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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]))