diff options
| author | KAMEZAWA Hiroyuki <[email protected]> | 2010-10-26 14:21:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-10-26 16:52:03 -0700 |
| commit | f8f72ad5396987e05a42cf7eff826fb2a15ff148 (patch) | |
| tree | 95dde867832a7e58a535f543b0f22498ff9f2be3 /scripts | |
| parent | 45352bbf48e95078b4acd20774f49e72676e1e0f (diff) | |
mm: fix return value of scan_lru_pages in memory unplug
scan_lru_pages returns pfn. So, it's type should be "unsigned long"
not "int".
Note: I guess this has been work until now because memory hotplug tester's
machine has not very big memory....
physical address < 32bit << PAGE_SHIFT.
Reported-by: KOSAKI Motohiro <[email protected]>
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Reviewed-by: KOSAKI Motohiro <[email protected]>
Cc: <[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