aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTim Sell <[email protected]>2016-03-01 19:45:02 -0500
committerGreg Kroah-Hartman <[email protected]>2016-03-01 19:14:07 -0800
commita8deaef37012aecc920996dd5a064b2417d9cbfa (patch)
tree5b8bd78e0147de7d7bcb08295820eefc874697c5 /tools/perf/scripts/python
parent0af9ed3125a5fa98b93ed49f04b9b1a8ac423106 (diff)
staging: unisys: visorbus: fix payload memory usage in controlvm channel
Previously if controlvm message payloads (indicated in controlvm message via struct controlvm_message.hdr.payload_vm_offset) were contained within the bounds of the channel memory, we would fail to process any controlvm message that contained payload data. Reason is, the request_mem_region() would fail, because it overlapped the channel memory. Since request_mem_region() doesn't actually serve a functional purpose anyway, this was simply removed. Signed-off-by: Timothy Sell <[email protected]> Signed-off-by: David Kershner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions