Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/spl.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/spl.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4.18.1 retrieving revision 1.4.18.2 diff -u -p -r1.4.18.1 -r1.4.18.2 --- src/sys/sys/spl.h 2006/09/18 09:59:29 1.4.18.1 +++ src/sys/sys/spl.h 2006/09/18 10:37:45 1.4.18.2 @@ -1,4 +1,4 @@ -/* $NetBSD: spl.h,v 1.4.18.1 2006/09/18 09:59:29 yamt Exp $ */ +/* $NetBSD: spl.h,v 1.4.18.2 2006/09/18 10:37:45 yamt Exp $ */ /*- * Copyright (c)2005 YAMAMOTO Takashi, @@ -28,6 +28,10 @@ /* * this header is intended to be included by MD header. + * + * an assumption: makeiplcookie() is reasonably fast. + * if it isn't the case for your port, it's better to have MD optimized + * splxxx() functions, rather than using this header. */ #if !defined(_KERNEL)