mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
740880c50f
commit
44c1b17d22
@ -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…
x
Reference in New Issue
Block a user