On Thu, Mar 04, 2010 at 07:23:43AM -0800, Arjan van de Ven wrote: > On 3/3/2010 22:27, SCHMID Philipp wrote: > > Here we go: > > > > p...@zyklon2:~$ cat /proc/interrupts > > 7: 1498146 5704205 XT-PIC-XT > > you actually have an interrupt with a blank description... > > there must be some driver attached to this.... a buggy one which registers a > blank name ;-( > > can you get us an lsmod output so that maybe we can find which driver is > buggy?
Or simply store /proc/interrupts contents at various stages during bootup to find out when exactly the driver gets loaded. And probably the kernel is missing a WARN_ON in case of an empty name during interrupt registration. Andreas Mohr _______________________________________________ Power mailing list [email protected] http://www.bughost.org/mailman/listinfo/power
