CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/09 09:03:04
Modified files:
sys/arch/mips64/mips64: exception_tfp.S
Log message:
Fix a linking error in the IP26 kernel. This is a regression caused
by the addition of db_save_stack_trace().
sys/arch/mips64/mips64/trap.c:(.text+0x410): undefined reference to `u_intr'
Pointed out by deraadt@
