source: freewrt/target/linux/generic-2.4/patches/210-fix-irq-serial.patch@ a3abab6

freewrt_1_0 freewrt_2_0
Last change on this file since a3abab6 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 613 bytes
  • drivers/char/serial.c

    old new  
    54555455                       sizeof(struct rs_multiport_struct));
    54565456#endif
    54575457        }
    5458 #ifdef CONFIG_SERIAL_CONSOLE
    5459         /*
    5460          *      The interrupt of the serial console port
    5461          *      can't be shared.
    5462          */
    5463         if (sercons.flags & CON_CONSDEV) {
    5464                 for(i = 0; i < NR_PORTS; i++)
    5465                         if (i != sercons.index &&
    5466                             rs_table[i].irq == rs_table[sercons.index].irq)
    5467                                 rs_table[i].irq = 0;
    5468         }
    5469 #endif
    54705458        show_serial_version();
    54715459
    54725460        /* Initialize the tty_driver structure */
Note: See TracBrowser for help on using the repository browser.