K 10 svn:author V 6 rlibby K 8 svn:date V 27 2017-07-28T21:42:59.728031Z K 7 svn:log V 334 bhyve/pci_e82545.c: squelch gcc warning for noreturn procedure Gcc complained that e82545_tx_thread has a return type declared but doesn't return anything. Annotate the procedure with _Noreturn. Reviewed by: grehan Approved by: markj (mentor) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D11774 END