aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMinchan Kim <[email protected]>2013-12-11 11:04:36 +0900
committerGreg Kroah-Hartman <[email protected]>2013-12-10 18:20:05 -0800
commit1b945aeef0b9cb5e98d682c310272b08198e54b5 (patch)
tree51d923fa9dda059736290ba691ee9179122c084c /tools/perf/scripts/python/syscall-counts.py
parent99ec297ad6d2391361f9367612463b9fcd685a31 (diff)
zsmalloc: add Kconfig for enabling page table method
Zsmalloc has two methods 1) copy-based and 2) pte based to access objects that span two pages. You can see history why we supported two approach from [1]. But it was bad choice that adding hard coding to select arch which want to use pte based method because there are lots of SoC in an architecure and they can have different cache size, CPU speed and so on so it would be better to expose it to user as selectable Kconfig option like Andrew Morton suggested. [1] https://lkml.org/lkml/2012/7/11/58 Acked-by: Nitin Gupta <[email protected]> Reviewed-by: Konrad Rzeszutek Wilk <[email protected]> Signed-off-by: Minchan Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions