Re: [PATCH] m68knommu: use generic irq framework

2007-05-04 Thread Greg Ungerer
Hi Christoph, Christoph Hellwig wrote: --- linux-2.6.21/arch/m68knommu/kernel/irq.c1970-01-01 10:00:00.0 +1000 +++ linux-2.6.21-gt/arch/m68knommu/kernel/irq.c 2007-05-04 00:20:44.0 +1000 @@ -0,0 +1,82 @@ +/* + * arch/m68knommu/kernel/irq.c No need for top of file filenam

Re: [PATCH] m68knommu: use generic irq framework

2007-05-04 Thread Christoph Hellwig
> --- linux-2.6.21/arch/m68knommu/kernel/irq.c 1970-01-01 10:00:00.0 > +1000 > +++ linux-2.6.21-gt/arch/m68knommu/kernel/irq.c 2007-05-04 > 00:20:44.0 +1000 > @@ -0,0 +1,82 @@ > +/* > + * arch/m68knommu/kernel/irq.c No need for top of file filename comments, they don't pro

[PATCH] m68knommu: use generic irq framework

2007-05-03 Thread Greg Ungerer
Change the m68knommu irq handling to use the generic irq framework. Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]> --- arch/m68knommu/Kconfig |4 arch/m68knommu/kernel/Makefile |4 arch/m68knommu/kernel/asm-offsets.c|5 arch/m68knommu/kernel/irq.c