Module Name: src Committed By: riastradh Date: Sun Apr 9 08:28:25 UTC 2023
Modified Files: src/sys/kern: subr_pserialize.c Log Message: pserialize(9): Micro-optimize pserialize_read_exit. Most of the time we're not cold, so let's convince gcc to make that a statically predicted-not-taken branch. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/kern/subr_pserialize.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.