aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/aarch64
Commit message (Collapse)AuthorAgeFilesLines
* Revert r344587.Mark Johnston2019-02-262-0/+75
| | | | | | | 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-75/+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
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-012-0/+75
Reviewed by: andrew, emaste Sponsored by: ARM Limited Differential Revision: https://reviews.freebsd.org/D2738 Notes: svn path=/head/; revision=285009