Merge tag 'riscv-for-linus-4.20-mw2' of...
Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux Pull more RISC-V updates from Palmer Dabbelt: "This contains the follow-on patches I'd like to target for the 4.20 merge window. I'm being somewhat conservative here, as while there are a few patches on the mailing list that were posted early in the merge window I'd like to let those bake for another round -- this was a fairly big release as far as RISC-V is concerened, and we need to walk before we can run. As far as the patches that made it go: - A patch to ignore offline CPUs when calculating AT_HWCAP. This should fix GDB on the HiFive unleashed, which has an embedded core for hart 0 which is exposed to Linux as an offline CPU. - A move of EM_RISCV to elf-em.h, which is where it should have been to begin with. - I've also removed the 64-bit divide routines. I know I'm not really playing by my own rules here because I posted the patches this morning, but since they shouldn't be in the kernel I think it's better to err on the side of going too fast here. I don't anticipate any more patch sets for the merge window" * tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux: Move EM_RISCV into elf-em.h RISC-V: properly determine hardware caps Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"
Showing
- arch/riscv/Kconfig 0 additions, 1 deletionarch/riscv/Kconfig
- arch/riscv/include/asm/elf.h 0 additions, 3 deletionsarch/riscv/include/asm/elf.h
- arch/riscv/kernel/cpufeature.c 5 additions, 3 deletionsarch/riscv/kernel/cpufeature.c
- include/uapi/linux/elf-em.h 1 addition, 0 deletionsinclude/uapi/linux/elf-em.h
- lib/Kconfig 0 additions, 3 deletionslib/Kconfig
- lib/Makefile 0 additions, 1 deletionlib/Makefile
- lib/udivmoddi4.c 0 additions, 310 deletionslib/udivmoddi4.c
- lib/umoddi3.c 0 additions, 32 deletionslib/umoddi3.c
Loading
Please register or sign in to comment