Re: [PATCH] x86: make irqinit_32.c more like irqoinit_64.c

From: Ingo Molnar
Date: Mon Jan 26 2009 - 16:53:08 EST



* Yinghai Lu <yinghai@xxxxxxxxxx> wrote:

> please check
>
> [PATCH] x86: make irqinit_32.c more like irqinit_64.c -v2

> v2: should use !test_bit() instead of test_bit() with 32bit

> + if (!test_bit(vector, used_vectors))
> + set_intr_gate(vector, interrupt[i]);

applied - thanks Yinghai!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/