summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
AgeCommit message (Expand)Author
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenMiod Vallat
2004-09-30Closer to reality comments.Miod Vallat
2004-08-09Shrink the u-area down to two pages.Miod Vallat
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06Merge Luna88k and mvme88k M88200 management code. Features:Miod Vallat
2004-08-04Completely remove BATC code. BATC on 88200 are way too small to be worthMiod Vallat
2004-08-04More constants for the SSR register.Miod Vallat
2004-08-02More include files cleaning:Miod Vallat
2004-08-01Move 88100 DAE code to its own file, shared between luna88k and mvme88k.Miod Vallat
2004-07-28Remove EH_DEBUG code.Miod Vallat
2004-07-28Keep exception specific defines in the exception handling code, instead ofMiod Vallat
2004-07-28In the never-ending saga of getting gcc to work reliably on m88k, today'sMiod Vallat
2004-07-26Provide a real pmap_proc_iflush() routine.Miod Vallat
2004-07-25Merge luna88k and mvme88k pmap. The pmap will now assume that the memoryMiod Vallat
2004-07-24New, working, profiling code for m88k.Miod Vallat
2004-07-24intr_establish() and related defines are mvme88k-only, so move them back fromMiod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Among other tricky (or nice, depending upon your involvment) features,Miod Vallat
2004-06-07Correctly handle an unaligned long long parameter on stack in varargs functions;Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-19Rewrite va_arg() for correctness. Not only is the new code easier to read,Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-04-29luna88k needs a <machine/profile.h> as well, so share it with mvme88k.Miod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat