]> Git Repo - linux.git/commit
x86/boot: Add setup_indirect support in early_memremap_is_setup_data()
authorRoss Philipson <[email protected]>
Thu, 24 Feb 2022 02:07:36 +0000 (21:07 -0500)
committerBorislav Petkov <[email protected]>
Wed, 9 Mar 2022 11:49:46 +0000 (12:49 +0100)
commit445c1470b6ef96440e7cfc42dfc160f5004fd149
tree8f795d55960fc2837d05e7ac318099cf6cea0e1b
parent7228918b34615ef6317edcd9a058a057bc54aa32
x86/boot: Add setup_indirect support in early_memremap_is_setup_data()

The x86 boot documentation describes the setup_indirect structures and
how they are used. Only one of the two functions in ioremap.c that needed
to be modified to be aware of the introduction of setup_indirect
functionality was updated. Adds comparable support to the other function
where it was missing.

Fixes: b3c72fc9a78e ("x86/boot: Introduce setup_indirect")
Signed-off-by: Ross Philipson <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/mm/ioremap.c
This page took 0.043158 seconds and 4 git commands to generate.