Alan Cox 3462150083 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.
2003-07-23 19:49:32 +00:00
..
2003-05-31 06:47:05 +00:00
2002-07-06 02:49:07 +00:00
2003-06-27 23:11:22 +00:00
2003-05-31 06:51:04 +00:00
2003-06-02 16:32:55 +00:00