diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-07-01 09:56:12 -0500 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-07-02 18:38:56 +0000 |
commit | 914e6b44bb189123cbc5555368d384c7ebf0e00c (patch) | |
tree | 842f3b76749fdb5c34eed4ba9a6203031c84604b /.gitignore | |
parent | bf2c693f893ab6f9458f1a4840c2a9cbbd4bb9f2 (diff) | |
download | coreboot-914e6b44bb189123cbc5555368d384c7ebf0e00c.tar.xz |
cpu/amd/msr: Clarify MMIO_CONF shift value
MMIO_BUS_RANGE_SHIFT is a numerical value and not a bit field.
Change it to simply 2. Otherwise its usage winds up evaluating
to BusRange << (1 << 1).
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: I2a6ecfc9fbfd45f69194b8daef43ff84a1dfd5fc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33942
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions