Page MenuHomeFreeBSD

sys/intr: merge interrupt table uses of MAXCOMLEN into INTRNAME_LEN
ClosedPublic

Authored by ehem_freebsd_m5p.com on Feb 8 2023, 9:08 PM.
Tags
None
Referenced Files
F84745234: D38455.diff
Mon, May 27, 10:37 PM
Unknown Object (File)
Wed, May 22, 7:42 PM
Unknown Object (File)
Thu, May 9, 12:25 AM
Unknown Object (File)
Tue, May 7, 5:21 PM
Unknown Object (File)
Sat, May 4, 3:26 PM
Unknown Object (File)
Apr 9 2024, 8:12 PM
Unknown Object (File)
Mar 31 2024, 12:17 PM
Unknown Object (File)
Feb 11 2024, 4:05 PM
Subscribers

Details

Summary

The repeated uses of MAXCOMLEN + 1 seem a bit hazardous. If there was
a future need to change the size, the repeats will be troublesome.
Merge everything into #define INTRNAME_LEN (matches the name used by
INTRNG).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 14 2023, 1:54 PM