Page MenuHomeFreeBSD

Downgrade tty_intr_event from a global
ClosedPublic

Authored by mhorne on Oct 11 2022, 5:17 PM.
Tags
None
Referenced Files
F169275055: D36938.id111650.diff
Tue, Sep 1, 2:56 AM
F169156932: D36938.diff
Mon, Aug 31, 3:11 PM
F169105690: D36938.id111715.diff
Mon, Aug 31, 10:34 AM
F169047913: D36938.id.diff
Mon, Aug 31, 6:02 AM
Unknown Object (File)
Sat, Aug 29, 11:26 PM
Unknown Object (File)
Sat, Aug 29, 10:48 AM
Unknown Object (File)
Sat, Aug 29, 5:57 AM
Unknown Object (File)
Thu, Aug 27, 6:45 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47779
Build 44666: arc lint + arc unit

Event Timeline

mhorne created this revision.
This revision is now accepted and ready to land.Oct 11 2022, 5:29 PM
jhb added inline comments.
sys/dev/uart/uart_tty.c
80

Is this even a useful thing to do now vs just having per-instance threads? In pre-SMPng we had limited bits for SWIs.

imp added inline comments.
sys/dev/uart/uart_tty.c
80

This change is fine, but would be redundant if we did that :)

sys/dev/uart/uart_tty.c
80

I'll make a note of this notion in the commit message, but in my own self-interest I will avoid making that behaviour change :)

This revision was automatically updated to reflect the committed changes.