diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-17 01:31:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-17 01:31:11 +0000 |
commit | 6815e427c340e96beac202b5ce67f7231d228de1 (patch) | |
tree | f0973a2dbc0f30aacf9826590b9c5e1e58569fb6 | |
parent | bb8d137600df56e0ceb9747d482ecb9b1317f4ec (diff) | |
download | upstream-6815e427c340e96beac202b5ce67f7231d228de1.tar.gz upstream-6815e427c340e96beac202b5ce67f7231d228de1.tar.bz2 upstream-6815e427c340e96beac202b5ce67f7231d228de1.zip |
enable irq sharing for the serial console
SVN-Revision: 5540
-rw-r--r-- | target/linux/brcm-2.6/patches/001-bcm947xx.patch | 2 |
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; + |