Date: Thu, 9 Oct 2008 20:43:42 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/libkern qdivrem.c Message-ID: <200810092043.m99KhuEJ007887@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2008-10-09 20:43:42 UTC FreeBSD src repository Modified files: sys/libkern qdivrem.c Log: SVN rev 183733 on 2008-10-09 20:43:42Z by thompsa 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. Revision Changes Path 1.11 +3 -3 src/sys/libkern/qdivrem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810092043.m99KhuEJ007887>