Re: [BUG]Kernel Panic while booting 2.5.44

Alan Cox (alan@lxorguk.ukuu.org.uk)
27 Oct 2002 14:10:13 +0000


On Sun, 2002-10-27 at 13:33, Andreas Tscharner wrote:
> Hello World,
>
> I got a Kernel Panic when I try to boot 2.5.44. Bug output and
> configuration below. GCC version 2.95.4
>
>
> kernel BUG at kernel/workqueue.c:69!
> invalid operand: 0000

Does this help ?

--- drivers/scsi/ppa.c~ 2002-10-27 14:05:37.000000000 +0000
+++ drivers/scsi/ppa.c 2002-10-27 14:05:37.000000000 +0000
@@ -201,6 +201,8 @@
default: /* Never gets here */
continue;
}
+
+ INIT_WORK(&ppa_hosts[i].ppa_tq, ppa_interrupt, &ppa_hosts[i]);

host->can_queue = PPA_CAN_QUEUE;
host->sg_tablesize = ppa_sg;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/