From: Marek Szyprowski Date: Tue, 12 Feb 2013 21:46:24 +0000 (-0800) Subject: mm: cma: fix accounting of CMA pages placed in high memory X-Git-Tag: v3.8~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a7973447b0b8717f0a214d4328dc31ec2291d7;p=pandora-kernel.git mm: cma: fix accounting of CMA pages placed in high memory The total number of low memory pages is determined as totalram_pages - totalhigh_pages, so without this patch all CMA pageblocks placed in highmem were accounted to low memory. Signed-off-by: Marek Szyprowski Acked-by: Kyungmin Park Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed