CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/29 15:27:53
Modified files:
sys/arch/riscv64/dev: riscv_cpu_intc.c
sys/arch/riscv64/include: cpu.h intr.h
sys/arch/riscv64/riscv64: cpu.c db_interface.c fpu.c genassym.cf
intr.c locore.S pmap.c sig_machdep.c
sys/kern : kern_sched.c kern_smr.c
Added files:
sys/arch/riscv64/compile/GENERIC.MP: Makefile
sys/arch/riscv64/conf: GENERIC.MP
Log message:
SMP support. Mostly works, but occasionally craps out during boot.
ok drahn@
