mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
enable irq sharing for the serial console
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5d7bd4aded
commit
7880003a0a
@ -11639,7 +11639,7 @@ diff -urN linux.old/arch/mips/bcm947xx/setup.c linux.dev/arch/mips/bcm947xx/setu
|
||||
+ s.membase = regs;
|
||||
+ s.irq = irq + 2;
|
||||
+ s.uartclk = baud_base;
|
||||
+ s.flags = ASYNC_BOOT_AUTOCONF;
|
||||
+ s.flags = ASYNC_BOOT_AUTOCONF | UPF_SHARE_IRQ;
|
||||
+ s.iotype = SERIAL_IO_MEM;
|
||||
+ s.regshift = reg_shift;
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user