summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/trap.h
AgeCommit message (Expand)Author
2013-09-05Service the 88100 floating-point exceptions through trap(), keeping theMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2009-03-01Files forgotten during last commit:Miod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2009-02-13Use a different dispatcher for the NMI traps on 88110, these are tooMiod Vallat
2007-12-25Restart the m88110 floating-point trap code from scratch, basing it on theMiod Vallat
2007-11-21Move external interrupt and ast handling from m881[01]0_trap() to theirMiod Vallat
2007-11-17Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or otherMiod Vallat
2006-05-08Clean the internal m88k trap type codes; while there, simplify andMiod Vallat
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat