From: Hirokazu Takahashi Hi Dave, The following patch is for linux-2.6.11-rc2-mm2-mhp1. Please apply it right after AA-PM-07.2-memory_migration-depends-swap.patch. This just fixes typo and replaces the phrase "memory hotplug" with "memory migration". 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 --- memhotplug-dave/mm/mmigrate.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN mm/mmigrate.c~AA-PM-07.3-memory_migration-depends-swap.patch. mm/mmigrate.c --- memhotplug/mm/mmigrate.c~AA-PM-07.3-memory_migration-depends-swap.patch. 2005-07-28 13:50:36.000000000 -0700 +++ memhotplug-dave/mm/mmigrate.c 2005-07-28 13:50:36.000000000 -0700 @@ -1,7 +1,7 @@ /* * linux/mm/mmigrate.c * - * Support of memory hotplug + * Memory migration support. * * Authors: IWAMOTO Toshihiro * Hirokazu Takahashi @@ -181,7 +181,7 @@ generic_migrate_page(struct page *page, int ret; /* - * Make sure that the newpage must be locked and keep not up-to-date + * Make sure that the newpage must be locked and kept not up-to-date * during the page migration, so that it's guaranteed that all * accesses to the newpage will be blocked until everything has * become ok. _