From: Ilia Mirkin Date: Fri, 6 Dec 2013 02:13:25 +0000 (-0500) Subject: hexagon: correct type on pgd copy X-Git-Tag: v3.15-rc1~83^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d82674b811084110bd80dd260d477a5a0b85d79;p=pandora-kernel.git hexagon: correct type on pgd copy swapper_pg_dir is an array of pgd_t, not pgd_t*. This has no actual effect since sizeof(pgd_t) == sizeof(pgd_t*), but unconfuses tools that check types. Signed-off-by: Ilia Mirkin Signed-off-by: Richard Kuo --- Reading git-diff-tree failed