NetBSD-Bugs archive

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

PR/59618 CVS commit: src/sys/arch/mips/mips



The following reply was made to PR kern/59618; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59618 CVS commit: src/sys/arch/mips/mips
Date: Sat, 6 Sep 2025 12:42:17 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Sep  6 12:42:17 UTC 2025
 
 Modified Files:
 	src/sys/arch/mips/mips: cpu_subr.c
 
 Log Message:
 mips: Fix asm arch options in new paravirt_membar_sync.
 
 Need to explicitly enable mips2 (MIPS-II) instructions in order to
 use sync.  Fixes:
 
 > /tmp/ccxgOmXc.s: Assembler messages:
 > /tmp/ccxgOmXc.s:3576: Error: opcode not supported on this processor: mips1 (mips1) `sync'
 > --- cpu_subr.o ---
 >
 > *** Failed target: cpu_subr.o
 
 PR kern/59618: occasional virtio block device lock ups/hangs
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/mips/cpu_subr.c
 
 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