K 10 svn:author V 2 ed K 8 svn:date V 27 2010-02-18T14:28:38.717994Z K 7 svn:log V 338 Allow the pmap code to be built with GCC from FreeBSD 7 again. This patch basically gives us the best of both worlds. Instead of forcing the compiler to emulate GNU-style inline semantics even though we're using ISO C99, it will only use GNU-style inlining when the compiler is configured that way (__GNUC_GNU_INLINE__). Tested by: jhb END