NetBSD-Bugs archive

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

PR/55415 CVS commit: src/sys/arch/vax/include



The following reply was made to PR port-vax/55415; it has been noted by GNATS.

From: "Greg Oster" <oster%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55415 CVS commit: src/sys/arch/vax/include
Date: Sun, 10 Sep 2023 00:15:52 +0000

 Module Name:	src
 Committed By:	oster
 Date:		Sun Sep 10 00:15:52 UTC 2023
 
 Modified Files:
 	src/sys/arch/vax/include: cpu.h
 
 Log Message:
 With the overhaul of the scheduler code the semantics of
 ci_want_resched have changed, and for some reason vax
 still requires ci_want_resched set to 1 in order to do
 preemption.  This commit contains a workaround for the
 preemption issued discussed in PR#55415.
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.106 -r1.107 src/sys/arch/vax/include/cpu.h
 
 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