aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-17 01:31:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-17 01:31:11 +0000
commit44c1b17d229c98efd0cdc69c060d42d2bfc1329c (patch)
treed3946fe72cee70b693e3259b3e555e60ea1e37a4 /target/linux
parent740880c50f980717c6c786552f78d37ea65d06f6 (diff)
downloadmaster-187ad058-44c1b17d229c98efd0cdc69c060d42d2bfc1329c.tar.gz
master-187ad058-44c1b17d229c98efd0cdc69c060d42d2bfc1329c.tar.bz2
master-187ad058-44c1b17d229c98efd0cdc69c060d42d2bfc1329c.zip
enable irq sharing for the serial console
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm-2.6/patches/001-bcm947xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.6/patches/001-bcm947xx.patch b/target/linux/brcm-2.6/patches/001-bcm947xx.patch
index 8c077adce8..e180e4718f 100644
--- a/target/linux/brcm-2.6/patches/001-bcm947xx.patch
+++ b/target/linux/brcm-2.6/patches/001-bcm947xx.patch
@@ -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;
+