mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00
![]() The abi_test currently uses a long sized test value for enablement
checks. On LE this works fine, however, on BE this results in inaccurate
assert checks due to a bit being used and assuming it's value is the
same on both LE and BE.
Use int type for 32-bit values and long type for 64-bit values to ensure
appropriate behavior on both LE and BE.
Fixes:
|
||
---|---|---|
.. | ||
abi_test.c | ||
config | ||
dyn_test.c | ||
ftrace_test.c | ||
Makefile | ||
perf_test.c | ||
settings | ||
user_events_selftests.h |