summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/asm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the non ELF macrosderaadt2016-05-271-24/+1
* Fix comments telling that the `serial mode' bit in PSR only applies to 88110,miod2013-05-171-2/+2
* Add STRONG_ALIAS macros to be used from assembly code in libc andmartynas2013-03-281-7/+7
* Make ENTRY() generate a .type @function declaration as well if __ELF__.miod2013-01-111-2/+10
* Switch m88k ports to ELF.miod2013-01-051-65/+69
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Sort and clean definitions. No functional changes.miod2007-12-021-77/+71
* Clean the internal m88k trap type codes; while there, simplify andmiod2006-05-081-5/+1
* Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0miod2005-12-031-7/+3
* Hide more definitions from userland and from locore.miod2005-10-131-14/+11
* Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro,miod2005-04-301-17/+1
* Shave more stack operations, courtesy of the not-so-new-now ABI.miod2005-04-271-7/+3
* Remove EH_DEBUG code.miod2004-07-281-38/+1
* Keep exception specific defines in the exception handling code, instead ofmiod2004-07-281-43/+7
* Start factorizing luna88k and mvme88k common parts.miod2004-04-261-0/+310