Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Eric W. Biederman
Jeff Garzik <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: >> In this case we can easily pass the irqno into request_irq, allowing >> us to do "unsigned int intno = (unsigned int)dev_id;". >> >> I suspect this is the case for the majority of the non-trivial users >> as well. > > > Not

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: Jeff Garzik wrote: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik <[EMAIL PROTECTED]> Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++-

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: Jeff Garzik wrote: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik <[EMAIL PROTECTED]> Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++-

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Eric W. Biederman wrote: In this case we can easily pass the irqno into request_irq, allowing us to do "unsigned int intno = (unsigned int)dev_id;". I suspect this is the case for the majority of the non-trivial users as well. Not that easy, alas :) Save for weirdos like the mac drivers I

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Eric W. Biederman
Jeff Garzik <[EMAIL PROTECTED]> writes: > commit 8d45690dd90b18daaa21b981ab20caf393220bf0 > Author: Jeff Garzik <[EMAIL PROTECTED]> > Date: Fri Oct 19 00:46:23 2007 -0400 > > [IRQ ARG REMOVAL] various non-trivial arch updates > > arch/x86/kernel/vm86_32.c |3 ++- >

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeremy Fitzhardinge
Jeff Garzik wrote: > commit 8d45690dd90b18daaa21b981ab20caf393220bf0 > Author: Jeff Garzik <[EMAIL PROTECTED]> > Date: Fri Oct 19 00:46:23 2007 -0400 > > [IRQ ARG REMOVAL] various non-trivial arch updates > > arch/x86/kernel/vm86_32.c |3 ++- > include/asm-x86/irq_regs_32.h | 25

[PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik <[EMAIL PROTECTED]> Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++- include/asm-x86/irq_regs_32.h | 25 + 2

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: Jeff Garzik wrote: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik [EMAIL PROTECTED] Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++-

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Eric W. Biederman wrote: In this case we can easily pass the irqno into request_irq, allowing us to do unsigned int intno = (unsigned int)dev_id;. I suspect this is the case for the majority of the non-trivial users as well. Not that easy, alas :) Save for weirdos like the mac drivers I

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Eric W. Biederman
Jeff Garzik [EMAIL PROTECTED] writes: Eric W. Biederman wrote: In this case we can easily pass the irqno into request_irq, allowing us to do unsigned int intno = (unsigned int)dev_id;. I suspect this is the case for the majority of the non-trivial users as well. Not that easy, alas :)

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: Jeff Garzik wrote: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik [EMAIL PROTECTED] Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++-

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeremy Fitzhardinge
Jeff Garzik wrote: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik [EMAIL PROTECTED] Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++- include/asm-x86/irq_regs_32.h | 25

Re: [PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Eric W. Biederman
Jeff Garzik [EMAIL PROTECTED] writes: commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik [EMAIL PROTECTED] Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++-

[PATCH 2/9] irq-remove: arch non-trivial

2007-10-19 Thread Jeff Garzik
commit 8d45690dd90b18daaa21b981ab20caf393220bf0 Author: Jeff Garzik [EMAIL PROTECTED] Date: Fri Oct 19 00:46:23 2007 -0400 [IRQ ARG REMOVAL] various non-trivial arch updates arch/x86/kernel/vm86_32.c |3 ++- include/asm-x86/irq_regs_32.h | 25 + 2 files