Module Name: src Committed By: jym Date: Sat May 7 23:59:13 UTC 2011
Modified Files: src/sys/arch/x86/include: pmap.h Log Message: Do as the comment says, use ilog2(). This gets optimized directly at compile time, no call to fls() is needed. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.