summaryrefslogtreecommitdiff
path: root/sys/arm/include/profile.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2019-11-21Remove two obsolete comments that reference splhigh/splx.Warner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-11-08Fix improper use of "its".Bryan Drewery
2015-01-31Stop using load-multiple with lr and pc. This has been deprecated in ARMv7Andrew Turner
2015-01-02Fix alignment directives in arm asm code after clang 3.5 import.Ian Lepore
2012-06-13trim trailing whitespaceWarner Losh
2007-05-19Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard
2005-01-05Start all license statements with /*-Warner Losh
2004-09-23Implement _mcount().Olivier Houchard
2004-08-27Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar
2004-07-20Nuke disable_intr() and enable_intr(), as it already exists elsewhere.Olivier Houchard
2004-05-19Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard