mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -11639,7 +11639,7 @@ diff -urN linux.old/arch/mips/bcm947xx/setup.c linux.dev/arch/mips/bcm947xx/setu
|
|||||||
+ s.membase = regs;
|
+ s.membase = regs;
|
||||||
+ s.irq = irq + 2;
|
+ s.irq = irq + 2;
|
||||||
+ s.uartclk = baud_base;
|
+ s.uartclk = baud_base;
|
||||||
+ s.flags = ASYNC_BOOT_AUTOCONF;
|
+ s.flags = ASYNC_BOOT_AUTOCONF | UPF_SHARE_IRQ;
|
||||||
+ s.iotype = SERIAL_IO_MEM;
|
+ s.iotype = SERIAL_IO_MEM;
|
||||||
+ s.regshift = reg_shift;
|
+ s.regshift = reg_shift;
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user