From: Wanpeng Li Date: Tue, 28 Jan 2014 01:07:17 +0000 (-0800) Subject: mm/migrate.c: fix setting of cpupid on page migration twice against normal page X-Git-Tag: v3.14-rc1~79^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3978a519461b095b776f44a86079f5448c96963;p=pandora-kernel.git mm/migrate.c: fix setting of cpupid on page migration twice against normal page Commit 7851a45cd3f6 ("mm: numa: Copy cpupid on page migration") copies over the cpupid at page migration time. It is unnecessary to set it again in alloc_misplaced_dst_page(). Signed-off-by: Wanpeng Li Reviewed-by: Naoya Horiguchi Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed