From: Hirokazu Takahashi Hi Dave, The following patch is for linux-2.6.11-rc2-mm2-mhp1. Would you please apply it right after AA-PM-14-try_to_umpap_force.patch? Fix the bug which may not cause any serious problems with the current implementation. It tries to map 4096 pages to a process space every time each page is migrated, though only the target page should be mapped. It may cause page-faults more than necessary. Thank you, Hirokazu Takahashi who is the person looking for new sponsors keeping us to develop the memory migration feature. --------------------------------------------------------- Signed-off-by: Hirokazu Takahashi Signed-off-by: Dave Hansen --- mm/rmap.c | 0 1 files changed diff -puN mm/rmap.c~AA-PM-14.2-try_to_umpap_force mm/rmap.c _