enable irq sharing for the serial console

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5540 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-17 01:31:11 +00:00
parent 740880c50f
commit 44c1b17d22
1 changed files with 1 additions and 1 deletions

View File

@ -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;
+ +