]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: hibernate: variable pudp is used instead of pd4dp
authorPavel Tatashin <pasha.tatashin@soleen.com>
Mon, 25 Jan 2021 19:19:07 +0000 (14:19 -0500)
committerWill Deacon <will@kernel.org>
Wed, 27 Jan 2021 15:41:11 +0000 (15:41 +0000)
commit22daadef3f6eb9152290a4fae3012ddb9dbd4d26
tree86940cbcc48d5e65699cf614c09fa8fd460f9c68
parent7991354ae9ed3412ee2a0937c3eda17655e14e1c
arm64: hibernate: variable pudp is used instead of pd4dp

There should be p4dp used when p4d page is allocated.
This is not a functional issue, but for the logical correctness this
should be fixed.

Fixes: 2aabdaa84a40 ("arm64: add support for folded p4d page tables")
Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
Link: https://lore.kernel.org/r/20210125191923.1060122-3-pasha.tatashin@soleen.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/hibernate.c