K 10 svn:author V 5 markj K 8 svn:date V 27 2014-07-14T04:38:17.045332Z K 7 svn:log V 432 Invoke the DTrace trap handler before calling trap() on amd64. This matches the upstream implementation and helps ensure that a trap induced by tracing fbt::trap:entry is handled without recursively generating another trap. This makes it possible to run most (but not all) of the DTrace tests under common/safety/ without triggering a kernel panic. Submitted by: Anton Rang (original version) Phabric: D95 END