Re: [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-29 Thread Andi Kleen
> --- > From: Yinghai Lu <[EMAIL PROTECTED]> > Subject: x86_64 irq: Fix comments after changing IRQ0_VECTOR from 0x20 to 0x30 applied thanks -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:

Re: [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-28 Thread Eric W. Biederman
"Yinghai Lu" <[EMAIL PROTECTED]> writes: > On 3/7/07, Eric W. Biederman <[EMAIL PROTECTED]> wrote: >> The comment fixes or some variation on them are needed. > > Please check the patch about comment. > > YH > Looks good to me. I've cleaned up the description and placed the patch inline for easie

Re: [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-28 Thread Yinghai Lu
On 3/7/07, Eric W. Biederman <[EMAIL PROTECTED]> wrote: The comment fixes or some variation on them are needed. Please check the patch about comment. YH [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30 FIRST_EXTERNAL_VECTOR is used for IRQ_MOVE_CLEANUP_

Re: [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-07 Thread Eric W. Biederman
Linus Torvalds <[EMAIL PROTECTED]> writes: > On Mon, 5 Mar 2007, Yinghai Lu wrote: >> >> please check the patch > > Hmm.. It doesn't look *wrong*, but could you please > > - split it up a bit (some of it is 100% obvious, ie the comment fixes) > > - write an explanation for the individually split

Re: [PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-06 Thread Linus Torvalds
On Mon, 5 Mar 2007, Yinghai Lu wrote: > > please check the patch Hmm.. It doesn't look *wrong*, but could you please - split it up a bit (some of it is 100% obvious, ie the comment fixes) - write an explanation for the individually split up patches - not use attachments, but just make it i

[PATCH] x86_64 irq: keep consistent for changing IRQ0_VECTOR from 0x20 to 0x30

2007-03-05 Thread Yinghai Lu
please check the patch YH [PATCH] x86_64 irq: keep consistent for IRQ0_VECTOR from 0x20 to 0x30 FIRST_EXTERNAL_VECTOR is used for IRQ_MOVE_CLEANUP_VECTOR, and IRQ0 starting from FIRST_EXTERNAL_VECTOR + 0x10. So reduce interrupt array for IRQ. Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff