diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-19 16:16:37 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-05-10 14:44:27 +0200 |
commit | 80e5a33da1fcbe54cbcc178f1880e80e297d5fd4 (patch) | |
tree | 5b4f9ede9312b0eaee3f57811147e6bcba5e125e /BaseTools/Source/Python/Common/DscClassObject.py | |
parent | e55f8c73b6255b353c021ab59017a364dd527a86 (diff) | |
download | edk2-platforms-80e5a33da1fcbe54cbcc178f1880e80e297d5fd4.tar.xz |
ArmPkg/ArmDmaLib: consistently use 'gCacheAlignment - 1' as alignment mask
We manage to use both an AND operation with 'gCacheAlignment - 1' and a
modulo operation with 'gCacheAlignment' in the same compound if statement.
Since gCacheAlignment is a global of which the compiler cannot guarantee
that it is a power of two, simply use the AND version in both cases.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'BaseTools/Source/Python/Common/DscClassObject.py')
0 files changed, 0 insertions, 0 deletions