Module Name: src Committed By: ad Date: Sun Sep 10 14:31:24 UTC 2023
Modified Files:
src/sys/sys: lwp.h
Log Message:
KPREEMPT_ENABLE(): optimise away one of the conditionals; the same test is
repeated in kpreempt() which is rarely called.
To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/sys/sys/lwp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
