Skip to content
Commit 0d82674b authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Richard Kuo
Browse files

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: default avatarIlia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent bd09f606
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment