K 10 svn:author V 7 thompsa K 8 svn:date V 27 2008-10-29T21:43:14.354271Z K 7 svn:log V 314 MFC r183733 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. Approved by: re (kib) END