K 10 svn:author V 7 thompsa K 8 svn:date V 27 2008-10-09T20:43:42.081910Z K 7 svn:log V 274 Prefix the static shl function with '__' like its parent function __qdivrem to avoid being picked up by the DTrace fbt provider. This is called by __udivdi3() for doing 64bit division on a 32bit arch and may be called from within the dtrace context causing a double fault. END