Probably it doesn't like SLAB_POISON in your configuration. As a workaround, in "ehci-hcd.c" try changing the #ifdef that turns on SLAB_POISON to be #ifdef CONFIG_DEBUG_SLAB. Or just enable that in your config.
- Dave ----- Original Message ----- From: "Oliver Neukum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 20, 2002 8:25 AM Subject: [linux-usb-devel] kernel panic on 2.5.3-pre2 with ehci > Hi, > > I get a kernel panic (illegal operand) with the following call sequence > kmem_cache_grow <- kmalloc <- pci_pool_create <- ehci_mem_init > > Regards > Oliver > _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
