Re: Irq warning during kernel bootup

Andrea Arcangeli (arcangeli@mbox.queen.it)
Sat, 24 Jan 1998 12:24:01 +0100 (CET)


On Sat, 24 Jan 1998, Keith Owens wrote:

>On Fri, 23 Jan 1998 20:43:39 +0100 (CET),
>Andrea Arcangeli <arcangeli@mbox.queen.it> wrote:
>>>Warning, more enable irqs(6) than disable irqs(6)!!!
>>
>>Can you show us a "cat /proc/interrupts"?
>
>Same problem here, dual P166. 2.1.81.
>
> CPU0 CPU1
> 0: 88944 0 XT PIC timer
> 1: 2529 0 XT PIC keyboard
> 2: 0 0 XT PIC cascade
> 4: 1045 0 XT PIC serial
> 6: 2996 0 XT PIC floppy
> 10: 7 0 XT PIC aha1542
> 12: 50383 0 XT PIC ncr53c8xx
> 13: 4 0 XT PIC fpu
> 15: 210 0 XT PIC NE2000
>NMI: 0
>IPI: 0

It' s caused by the floppy code.

The Ingo patch should fix the problem. It' s only a warning.

Also the lp driver has the same problem, that I just fixed in the new
parport code (that should be merged soon in the official kernel).

Andrea[s] Arcangeli