From: Paul M. <le...@li...> - 2007-07-22 02:18:15
|
On Sat, Jul 21, 2007 at 06:47:04PM -0700, Kristoffer Ericson wrote: > Im assuming this has something to to with the latest rework of IRQ. > <olegfink^> include/asm/irq.h:127:1: warning: "NR_IRQS" redefined This looks utterly bogus. Please provide the .config that manages to produce this, or post the entire build error. > <olegfink^> arch/sh/kernel/cpu/irq/pint.c:134: error: implicit declaration of function `disable_irq_nosync' > This is simply missing an #include <linux/interrupt.h>, which you'll want to add in as you do the PINT->INTC conversion. |