aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/softfloat-specialize
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2025-09-04 14:25:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2025-09-04 14:30:15 +0000
commite2761a8567f3bd93e4c363c2a1360eb89dd5f85b (patch)
tree6301eb80fc7dde188c723f6190c10b60dbc361c5 /lib/libc/softfloat/softfloat-specialize
parent59ddbef262388db4f36e1e1a34039d079ecdc833 (diff)
rtw89: Remove an unneeded __DECONSTHEADmain
Originally in e2340276fc73 the function argument was a "const void *data" which we changed to "const int" in FreeBSD. The Linux version simply cast the const void * to (enum rtw89_rf_path) both losing the const and changing the type. When later the function argument became a const union rtw89_fw_element_arg in 5b760eaecd6c3 it seems we tried to undo the older FreeBSD specific part and initially mismerged it leading to the const void *; but when fixing the type we did not undo the __DECONST but did a mechanical copy. Reviewed by: bz Co-authored-by: bz (commit message) Obtained from: CheriBSD Sponsored by: AFRL, DARPA Fixes: 6d67aabd6355 ("rtw89: update Realtek's rtw89 driver.") Differential Revision: https://reviews.freebsd.org/D52359
Diffstat (limited to 'lib/libc/softfloat/softfloat-specialize')
0 files changed, 0 insertions, 0 deletions