From: Josip Rodin <joy@xxxxxxxxxxxxxx> Date: Fri, 12 Sep 2008 20:36:40 +0200 > Unloading the module also didn't work the same way... so I figured it might > be another unclean upgrade issue, so I rebooted it to see what happens when > I start from scratch - and then a much more serious problem arose: at the > point during the boot sequence when udev detected and loaded the modules, > the machine reproducibly crashes (tried it twice in a row). Does this make things better? diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 3b2f6c0..e27f216 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -241,7 +241,7 @@ typedef unsigned int __bitwise__ upf_t; struct uart_port { spinlock_t lock; /* port lock */ - unsigned int iobase; /* in/out[bwl] */ + unsigned long iobase; /* in/out[bwl] */ unsigned char __iomem *membase; /* read/write[bwl] */ unsigned int irq; /* irq number */ unsigned int uartclk; /* base uart clock */ -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html