]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
x86/boot: Remove unused finalize_identity_maps()
authorArvind Sankar <nivedita@alum.mit.edu>
Mon, 5 Oct 2020 15:12:07 +0000 (11:12 -0400)
committerBorislav Petkov <bp@suse.de>
Wed, 18 Nov 2020 15:04:23 +0000 (16:04 +0100)
commit0ac317e89791b76055ef11b952625ef77a1d2eba
treeed9437187aa7e847afcd6902b12b9b5d2655ea56
parent907f8eb8e0eb2b3312b292e67dc4dbc493424747
x86/boot: Remove unused finalize_identity_maps()

Commit

  8570978ea030 ("x86/boot/compressed/64: Don't pre-map memory in KASLR code")

removed all the references to finalize_identity_maps(), but neglected to
delete the actual function. Remove it.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201005151208.2212886-2-nivedita@alum.mit.edu
arch/x86/boot/compressed/ident_map_64.c