hexagon: correct type on pgd copy
authorIlia Mirkin <[email protected]>
Fri, 6 Dec 2013 02:13:25 +0000 (21:13 -0500)
committerRichard Kuo <[email protected]>
Fri, 4 Apr 2014 23:20:01 +0000 (18:20 -0500)
commit0d82674b811084110bd80dd260d477a5a0b85d79
tree6d359e849f08333a3218c29df4bed13c48adedef
parentbd09f6061843d5266b0ae7ebc87255bd2ca95a49
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 <[email protected]>
Signed-off-by: Richard Kuo <[email protected]>
arch/hexagon/include/asm/pgalloc.h