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
Unknown Object (File)
Tue, Sep 17, 6:18 AM
Unknown Object (File)
Mon, Sep 16, 7:57 AM
Unknown Object (File)
Sun, Sep 8, 5:23 PM
Unknown Object (File)
Sun, Sep 8, 7:32 AM
Unknown Object (File)
Sat, Sep 7, 3:07 PM
Unknown Object (File)
Mon, Sep 2, 7:59 PM
Unknown Object (File)
Jul 10 2024, 3:11 PM
Unknown Object (File)
Jul 10 2024, 2:49 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