Skip to content
  • Alexander Motin's avatar
    Relax TX draining in ns8250_bus_transmit(). · 3a973442
    Alexander Motin authored
    Since TX interrupt is generated when THRE is set, wait for TEMT set means
    wait for full character transmission time.  At low speeds that may take
    awhile, burning CPU time while holding sc_hwmtx lock, also congested.
    
    This is partial revert of r317659.
    
    PR:		240121
    MFC after:	2 weeks
    3a973442