summaryrefslogtreecommitdiff
path: root/privs.h
diff options
context:
space:
mode:
Diffstat (limited to 'privs.h')
0 files changed, 0 insertions, 0 deletions
authorFelix Manlunas <felix.manlunas@cavium.com>2016-12-29 17:04:47 -0800
committerDavid S. Miller <davem@davemloft.net>2016-12-29 22:26:03 -0500
commit15d3afcc051f74d04a285c08594629172a1a9131 (patch)
tree421f3786660ff2904956c38b2e78e7957598bc62
parent3a543ef479868e36c95935de320608a7e41466ca (diff)
liquidio: optimize reads from Octeon PCI console
Reads from Octeon PCI console are inefficient because before each read operation, a dynamic mapping to Octeon DRAM is set up. This patch replaces the repeated setup of a dynamic mapping with a one-time setup of a static mapping. Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: Raghu Vatsavayi <raghu.vatsavayi@cavium.com> Signed-off-by: Derek Chickles <derek.chickles@cavium.com> Signed-off-by: Satanand Burla <satananda.burla@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat