[#] http://marc.info/?l=openbsd-cvs&m=140827391621626&w=2
openbsd-cvs(obsdave,2) — All
2014-08-17 15:55:08


Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/17 05:11:34

Modified files:
sys/arch/mips64/mips64: trap.c

Log message:
On kernels compiled with R10000 support, ignore (by simply returning)
`bus error upon instruction fetch' exceptions where the faulting address is
in the kernel, and at the very beginning of an I$ cache line.
(I've experienced these on an R16000 Fuel since several months already)