x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
authorJoerg Roedel <jroedel@suse.de>
Mon, 7 Sep 2020 13:15:15 +0000 (15:15 +0200)
committerBorislav Petkov <bp@suse.de>
Mon, 7 Sep 2020 17:45:25 +0000 (19:45 +0200)
commit5f2bb01682b7b067783207994c7b8a3dbeb1cd83
tree439e1201e07e548e749b86ce26021b95f12a8877
parent64e682638eb51070ba6044535b250aad43c5564e
x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c

The file contains only code related to identity-mapped page tables.
Rename the file and compile it always in.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/20200907131613.12703-15-joro@8bytes.org
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/ident_map_64.c [new file with mode: 0644]
arch/x86/boot/compressed/kaslr.c
arch/x86/boot/compressed/kaslr_64.c [deleted file]
arch/x86/boot/compressed/misc.h