K 10 svn:author V 3 alc K 8 svn:date V 27 2003-07-23T19:49:32.000000Z K 7 svn:log V 331 Annotate pmap_changebit() as __always_inline. This function was written as a template that when inlined is specialized for the caller through constant value propagation and dead code elimination. Thus, the specialized code that is generated for pmap_clear_reference() et al. avoids several conditional branches inside of a loop. END