aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/arm
Commit message (Collapse)AuthorAgeFilesLines
* Revert r344587.Mark Johnston2019-02-262-0/+124
| | | | | | | The fasttrap_isa.h header is needed by libdtrace, not just the kernel. Notes: svn path=/head/; revision=344591
* Remove stub fasttrap implementations.Mark Johnston2019-02-262-124/+0
| | | | | | | | | | | No platforms except i386, amd64 and powerpc implement fasttrap; the fasttrap files for other arches do not contain any code and bloat the output from cscope, so just remove them. MFC after: 1 week Notes: svn path=/head/; revision=344587
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-0/+124
Submitted by: Howard Su based on work by Oleksandr Tymoshenko Reviewed by: ian, andrew, rpaulo, markj Notes: svn path=/head/; revision=278529