diff options
| author | KAMEZAWA Hiroyuki <[email protected]> | 2006-08-05 12:14:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-08-06 08:57:48 -0700 |
| commit | 0f04ab5efbca73ab366a156d96b073d2da35b158 (patch) | |
| tree | 53da6790d43c370c56699e093e7c9ba6ad310ea6 /scripts | |
| parent | 6f712711dbd180aa3777efe5ae3b9b0e915b9471 (diff) | |
[PATCH] memory hotadd fixes: change find_next_system_ram's return value manner
find_next_system_ram() returns valid memory range which meets requested area,
only used by memory-hot-add.
This function always rewrite requested resource even if returned area is not
fully fit in requested one. And sometimes the returnd resource is larger than
requested area. This annoyes the caller. This patch changes the returned
value to fit in requested area.
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Keith Mannthey <[email protected]>
Cc: Yasunori Goto <[email protected]>
Cc: Dave Hansen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions