aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-16 02:25:30 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-23 03:16:35 +0000
commit034920c1d438ff39f9243a1d6b0d41957405d34c (patch)
tree7f31b5de997fbd30ef15cf854c916f24c11fb627 /src/soc
parent100f92c54f2f199e98d817bd16ae7530e8ad719c (diff)
tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntax
Replace `ShiftRight (a, b, c)` with `c = a >> b`. One case was simplified to just `a >> b`. Change-Id: I889012b0a3067138e6f02d3fe8e97151effb5c2a Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70840 Reviewed-by: Caveh Jalali <caveh@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc')
0 files changed, 0 insertions, 0 deletions