-
- Downloads
x86/head/64: Move early exception dispatch to C code
Move the assembly coded dispatch between page-faults and all other exceptions to C code to make it easier to maintain and extend. Also change the return-type of early_make_pgtable() to bool and make it static. Signed-off-by:Joerg Roedel <jroedel@suse.de> Signed-off-by:
Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200907131613.12703-36-joro@8bytes.org
Showing
- arch/x86/include/asm/pgtable.h 1 addition, 1 deletionarch/x86/include/asm/pgtable.h
- arch/x86/include/asm/setup.h 3 additions, 1 deletionarch/x86/include/asm/setup.h
- arch/x86/kernel/head64.c 15 additions, 4 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/head_64.S 1 addition, 10 deletionsarch/x86/kernel/head_64.S
Loading
Please register or sign in to comment