diff options
author | Michael Roth <[email protected]> | 2022-02-24 10:56:16 -0600 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2022-04-07 16:47:11 +0200 |
commit | a9ee679b1f8c3803490ed2eeffb688aaee56583f (patch) | |
tree | b08da60c8781bfc7cf8cbc7a2a55a200ff7af781 /tools/perf/scripts/python | |
parent | 5f211f4fc49622473667e6983bb57beab755f6f6 (diff) |
x86/compressed: Export and rename add_identity_map()
SEV-specific code will need to add some additional mappings, but doing
this within ident_map_64.c requires some SEV-specific helpers to be
exported and some SEV-specific struct definitions to be pulled into
ident_map_64.c. Instead, export add_identity_map() so SEV-specific (and
other subsystem-specific) code can be better contained outside of
ident_map_64.c.
While at it, rename the function to kernel_add_identity_map(), similar
to the kernel_ident_mapping_init() function it relies upon.
No functional changes.
Suggested-by: Borislav Petkov <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions