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