diff options
| author | Mahesh Salgaonkar <[email protected]> | 2014-12-19 08:41:05 +0530 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2015-03-17 07:52:48 +1100 |
| commit | 45706bb53d118b5340a12926e26444d73b6491f9 (patch) | |
| tree | b88f88494c7fd725987973c83b3cbf4cb1760911 /tools/perf/scripts/python | |
| parent | 7f664cf9e422105644818b180349e3b10a370de7 (diff) | |
powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.
The flush_tlb hook in cpu_spec was introduced as a generic function hook
to invalidate TLBs. But the current implementation of flush_tlb hook
takes IS (invalidation selector) as an argument which is architecture
dependent. Hence, It is not right to have a generic routine where caller
has to pass non-generic argument.
This patch fixes this and makes flush_tlb hook as high level API.
Reported-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Mahesh Salgaonkar <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions