diff options
author | Toshi Kani <[email protected]> | 2013-03-13 14:59:31 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-03-13 15:21:44 -0700 |
commit | f8749452adcddd62e3707709ec2ae4856e70a3f2 (patch) | |
tree | 68258d007b645f51a0597d1f6f9ee53d2f92f3c8 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | ebf47beb660e5580df7bee06d5cf9d37c0f22fac (diff) |
mm: remove_memory(): fix end_pfn setting
remove_memory() calls walk_memory_range() with [start_pfn, end_pfn), where
end_pfn is exclusive in this range. Therefore, end_pfn needs to be set to
the next page of the end address.
Signed-off-by: Toshi Kani <[email protected]>
Cc: Wen Congyang <[email protected]>
Cc: Tang Chen <[email protected]>
Cc: Kamezawa Hiroyuki <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Jianguo Wu <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Cc: Wu Jianguo <[email protected]>
Cc: Yasuaki Ishimatsu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions