Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa
Pull Xtensa updates from Max Filippov: - remove dependency on the compiler's libgcc - allow selection of internal kernel ABI via Kconfig - enable compiler plugins support for gcc-12 or newer - various minor cleanups and fixes * tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa: xtensa: define update_mmu_tlb function xtensa: fix xtensa_wsr always writing 0 xtensa: enable plugin support xtensa: clean up kernel exit assembly code xtensa: rearrange NMI exit path xtensa: merge stack alignment definitions xtensa: fix DTC warning unit_address_format xtensa: fix stop_machine_cpuslocked call in patch_text xtensa: make secondary reset vector support conditional xtensa: add kernel ABI selection to Kconfig xtensa: don't link with libgcc xtensa: add helpers for division, remainder and shifts xtensa: add missing XCHAL_HAVE_WINDOWED check xtensa: use XCHAL_NUM_AREGS as pt_regs::areg size xtensa: rename PT_SIZE to PT_KERNEL_SIZE xtensa: Remove unused early_read_config_byte() et al declarations xtensa: use strscpy to copy strings net: xtensa: use strscpy to copy strings
Showing
arch/xtensa/lib/ashldi3.S
0 → 100644
arch/xtensa/lib/ashrdi3.S
0 → 100644
arch/xtensa/lib/divsi3.S
0 → 100644
arch/xtensa/lib/lshrdi3.S
0 → 100644
arch/xtensa/lib/modsi3.S
0 → 100644
arch/xtensa/lib/mulsi3.S
0 → 100644
arch/xtensa/lib/udivsi3.S
0 → 100644
arch/xtensa/lib/umodsi3.S
0 → 100644
Please register or sign in to comment