Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/08/2000 16:33:15
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon May  8 23:33:15 UTC 2000

Modified Files:
	syssrc/sys/lib/libkern: libkern.h

Log Message:
__predict_true() the expressions passed to the assert family, so
as to move the calls to __assert() out-of-line.

Suggested by Bill Sommerfeld.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/lib/libkern/libkern.h

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