aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorAlex Elder <[email protected]>2018-04-10 17:25:37 -0500
committerAndy Gross <[email protected]>2018-05-25 15:53:53 -0500
commit7070874973eeccd867628a5c9eaefee3e832ccaa (patch)
treed6d54d74925d87ba9b953d628bb7e69ef36f6fca /scripts/bpf_helpers_doc.py
parent36b0aefdee6e203f3130d7444bf5103139ecbe25 (diff)
soc: qcom: smem: fix first cache entry calculation
Cached items are found at the high end of an smem partition. A cached item's shared memory precedes the private entry structure that describes it. The address of the structure describing the first cached item should be returned by phdr_to_first_cached_entry(). However the function calculates the start address using the wrong structure size. Fix this by computing the first item's entry structure address by subtracting the size of a private entry structure rather than a partition header structure. Signed-off-by: Alex Elder <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions