Re: [PATCH] x86_64: Change FIRST_SYSTEM_VECTOR to a variable.

From: Alan Mayer
Date: Thu Apr 10 2008 - 11:22:36 EST


On Wed, 9 Apr 2008, Linus Torvalds wrote:

>
>
> On Wed, 9 Apr 2008, Alan Mayer wrote:
> >
> > - set_intr_gate(RESCHEDULE_VECTOR, reschedule_interrupt);
> > + set_intr_gate(alloc_system_vector(RESCHEDULE_VECTOR), reschedule_interrupt);
>
> Can we please just merge that syntax and make a single function like
>
> alloc_intr_gate(RESCHEDULE_VECTOR, reschedule_interrupt);
>
> instead?
>
> Linus

Yes, I think I can do that.

--ajm


You'll have to have them
all pulled out,
after the Savoy truffle.
--
Alan J. Mayer
SGI
ajm@xxxxxxx
WORK: 651-683-3131
HOME: 651-407-0134
--

--
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/