mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-29 13:57:44 +09:00
[ Upstream commit 52a42c2a90 ]
Avoid going from struct page to virt address (and back) by just
keeping pointer to the allocated pages instead of virt address.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>