arm-trusted-firmware/include/lib/cpus
Eleanor Bonnici e4e6c4be6f CPU: Make shifted constants unsigned
In order to avoid Undefined behavior, left operand in left-shift
expressions needs to be unsigned, and of sufficient size. The safest and
most consistent approach is to use unsigned long long type.

Change-Id: I9612f16a6e6ea4c7df62a02497d862abf19b8e1b
Signed-off-by: Eleanor Bonnici <Eleanor.bonnici@arm.com>
2017-08-29 13:52:48 +01:00
..
aarch32 CPU: Make shifted constants unsigned 2017-08-29 13:52:48 +01:00
aarch64 CPU: Make shifted constants unsigned 2017-08-29 13:52:48 +01:00
errata_report.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00