summaryrefslogtreecommitdiff
path: root/sys/arm/include/undefined.h
Commit message (Collapse)AuthorAgeFilesLines
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365068
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326258
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+3
| | | | | | | | | really need it. That would be almost everywhere it was included. Add it in a couple files that really do need it and were previously getting it by accident via another header. Notes: svn path=/head/; revision=257200
* Remove __PKevin Lo2007-03-211-5/+5
| | | | Notes: svn path=/head/; revision=167752
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
| | | | Notes: svn path=/head/; revision=139735
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+90
It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD. Notes: svn path=/head/; revision=129198