Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 12/14/2000 23:24:54
Module Name: syssrc
Committed By: jeffs
Date: Thu Dec 14 21:24:54 UTC 2000
Modified Files:
syssrc/sys/arch/mips/mips: trap.c
Log Message:
Make userret() "static __inline". This lets it be inlined, even if you
do not have the compiler inline normal functions to save space. It helps
a bit on lmbench.
To generate a diff of this commit:
cvs rdiff -r1.151 -r1.152 syssrc/sys/arch/mips/mips/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.