Page MenuHomeFreeBSD

linuxkpi: Add __same_type and __must_be_array macros
ClosedPublic

Authored by manu on May 22 2020, 10:36 AM.
Tags
None
Referenced Files
F136144473: D24953.diff
Sun, Nov 16, 3:50 AM
Unknown Object (File)
Sun, Nov 9, 5:25 AM
Unknown Object (File)
Sun, Nov 9, 2:50 AM
Unknown Object (File)
Sat, Nov 1, 5:34 AM
Unknown Object (File)
Wed, Oct 29, 7:33 AM
Unknown Object (File)
Mon, Oct 20, 11:48 AM
Unknown Object (File)
Mon, Oct 20, 11:48 AM
Unknown Object (File)
Mon, Oct 20, 11:48 AM
Subscribers

Details

Summary

The same_type macro simply wraps around builtin_types_compatible_p which
exist for both GCC and CLANG, which returns 1 if both types are the same.
The __must_be_array macros returns 1 if the argument is an array.

This is needed for DRM v5.3

Sponsored-by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable