[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0804091507480.3243@woody.linux-foundation.org>
Date: Wed, 9 Apr 2008 15:08:55 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Alan Mayer <ajm@....com>
cc: mingo@...e.hu, linux-kernel list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86_64: Change FIRST_SYSTEM_VECTOR to a variable.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists