Re: [PATCH] x86/boot/compressed/64: Drop the now-unused finalize_identity_maps()

2020-11-13 Thread Vitaly Kuznetsov
Arvind Sankar writes: > On Fri, Nov 13, 2020 at 04:08:10PM +0100, Vitaly Kuznetsov wrote: >> Since commit 8570978ea030 ("x86/boot/compressed/64: Don't pre-map memory in >> KASLR code") finalize_identity_maps() has no users, drop it. >> >> Signed-off-by: Vitaly Kuznetsov >> --- >> arch/x86/boot

Re: [PATCH] x86/boot/compressed/64: Drop the now-unused finalize_identity_maps()

2020-11-13 Thread Arvind Sankar
On Fri, Nov 13, 2020 at 04:08:10PM +0100, Vitaly Kuznetsov wrote: > Since commit 8570978ea030 ("x86/boot/compressed/64: Don't pre-map memory in > KASLR code") finalize_identity_maps() has no users, drop it. > > Signed-off-by: Vitaly Kuznetsov > --- > arch/x86/boot/compressed/ident_map_64.c | 10

[PATCH] x86/boot/compressed/64: Drop the now-unused finalize_identity_maps()

2020-11-13 Thread Vitaly Kuznetsov
Since commit 8570978ea030 ("x86/boot/compressed/64: Don't pre-map memory in KASLR code") finalize_identity_maps() has no users, drop it. Signed-off-by: Vitaly Kuznetsov --- arch/x86/boot/compressed/ident_map_64.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/x86/boot/compre