diff options
author | Haren Myneni <[email protected]> | 2022-04-09 01:44:16 -0700 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-05-22 15:58:27 +1000 |
commit | c127d130f6d59fa81701f6b04023cf7cd1972fb3 (patch) | |
tree | 5a5145ae9d03ca8f09ada19c95e7183b2f84c18e /scripts/gdb/linux/mm.py | |
parent | 6bdc81eca9519a85d36b3915136640ef9cba1a23 (diff) |
powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
In init_winctx_regs(), __pa() is called on winctx->rx_fifo and this
function is called to initialize registers for receive and fault
windows. But the real address is passed in winctx->rx_fifo for
receive windows and the virtual address for fault windows which
causes errors with DEBUG_VIRTUAL enabled. Fixes this issue by
assigning only real address to rx_fifo in vas_rx_win_attr struct
for both receive and fault windows.
Reported-by: Michael Ellerman <[email protected]>
Signed-off-by: Haren Myneni <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions