From: Hugh Dickins Date: Tue, 22 Sep 2009 00:03:35 +0000 (-0700) Subject: mm: move highest_memmap_pfn X-Git-Tag: v2.6.32-rc1~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f6462a3ae78f36eb1f0ee8b4d5ae2f7859c1d5;p=pandora-kernel.git mm: move highest_memmap_pfn Move highest_memmap_pfn __read_mostly from page_alloc.c next to zero_pfn __read_mostly in memory.c: to help them share a cacheline, since they're very often tested together in vm_normal_page(). Signed-off-by: Hugh Dickins Cc: Rik van Riel Cc: KAMEZAWA Hiroyuki Cc: KOSAKI Motohiro Cc: Nick Piggin Cc: Mel Gorman Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed