Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available. | cognet | 2007-10-13 | 1 | -1/+6 |
| | | | | MFC After: 3 days | ||||
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 1 | -1/+1 |
| | |||||
* | Remove dead code, already defined in sys/cdef.h | cognet | 2006-08-30 | 1 | -9/+0 |
| | | | | Spotted out by: bde | ||||
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Import a RET macro, that will use bx if the arch supports it. | cognet | 2004-11-09 | 1 | -0/+36 |
| | | | | Obtained from: NetBSD | ||||
* | We are using _mcount, not __mcount. | cognet | 2004-09-23 | 1 | -6/+1 |
| | | | | Remove the !__ELF__ case. | ||||
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 1 | -0/+147 |
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. |