summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/asm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the non ELF macrosderaadt2016-05-271-24/+1
| | | | ok millert
* Fix comments telling that the `serial mode' bit in PSR only applies to 88110,miod2013-05-171-2/+2
| | | | it also exists on 88100. While there, do not allow userland to set it.
* Add STRONG_ALIAS macros to be used from assembly code in libc andmartynas2013-03-281-7/+7
| | | | | libm. While at it, remove now unused workarounds for lint. Agreed by kettenis@, guenther@, matthew@.
* Make ENTRY() generate a .type @function declaration as well if __ELF__.miod2013-01-111-2/+10
| | | | | Add an END() macro, to be used to match ENTRY(), which produces a .size directive.
* 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
| | | | Discussed and okay drahn@. Okay deraadt@.
* 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
| | | | | | factorize the build of the VBR page betweem luna88k and mvme88k. Tested by aoyama@ and I.
* Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0miod2005-12-031-7/+3
| | | | | on all running processors. Tested aoyama@ and I
* 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
| | | | | and replace it with faster constructs in some cases; also drop the unused CALLP() macro.
* 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
| | | | polluting the kernel namespace.
* Start factorizing luna88k and mvme88k common parts.miod2004-04-261-0/+310
For now, include files only.