aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStefan Kristiansson <[email protected]>2014-01-11 00:17:38 +0200
committerStafford Horne <[email protected]>2016-12-12 23:09:06 +0900
commitf47706099bdb8c0e6300d6f5ba8e542861aa3ac5 (patch)
tree8c82c1c5e5b26690231eb1e48627403590825fbc /tools/perf/scripts/python
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
openrisc: fix PTRS_PER_PGD define
On OpenRISC, with its 8k pages, PAGE_SHIFT is defined to be 13. That makes the expression (1UL << (PAGE_SHIFT-2)) evaluate to 2048. The correct value for PTRS_PER_PGD should be 256. Correcting the PTRS_PER_PGD define unveiled a bug in map_ram(), where PTRS_PER_PGD was used when the intent was to iterate over a set of page table entries. This patch corrects that issue as well. Signed-off-by: Stefan Kristiansson <[email protected]> Acked-by: Jonas Bonn <[email protected]> Tested-by: Guenter Roeck <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions