Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/arcbios



Module Name:    src
Committed By:   tsutsui
Date:           Sun Jan 11 06:39:36 UTC 2026

Modified Files:
        src/sys/dev/arcbios: arcbios_calls.S

Log Message:
arcbios: add hazard nops for pre-R4000 MIPS1 machines

All MIPS ARC (Advanced RISC Computing) machines have R4000/R4400
 https://www.netbsd.org/docs/Hardware/Machines/ARC/
as supported by NetBSD/arc and they don't require nops,
but the sgimips port fakes ARCS for older R2k/R3k machines,
so it uses this code on older CPUs, too.

Patch from Steve Rumble on port-mips@:
 https://mail-index.netbsd.org/port-mips/2025/12/06/msg001542.html


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/arcbios/arcbios_calls.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index