From: Yinghai Lu Date: Thu, 24 Feb 2011 13:43:06 +0000 (+0100) Subject: bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c X-Git-Tag: v2.6.39-rc1~499^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e782ab421bbba1912c87934bd0e8998630736418;p=pandora-kernel.git bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c Now that bootmem.c and nobootmem.c are separate, it's cleaner to define contig_page_data in each file than in page_alloc.c with #ifdef. Move it. This patch doesn't introduce any behavior change. -v2: According to Andrew, fixed the struct layout. -tj: Updated commit description. Signed-off-by: Yinghai Lu Acked-by: Andrew Morton Signed-off-by: Tejun Heo --- Reading git-diff-tree failed