index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
m88k
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2006-05-08
Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.
Miod Vallat
2006-04-17
Save pointers to up to four CMMU PFSR registers into the cpu_info structure.
Miod Vallat
2006-04-15
nmihand() is mvme88k only, move it out of m88k common area.
Miod Vallat
2005-12-11
Work in progress SMP code; mvme88k boards can spin up secondary CPUs,
Miod Vallat
2005-12-11
Factorize soft interrupt code between luna88k and mvme88k.
Miod Vallat
2005-12-03
Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0
Miod Vallat
2005-11-28
Maintain an interrupt depth counter for CLKF_INTR to be correct.
Miod Vallat
2005-11-28
Switch to per-process AST flags and clean AST-related codepaths; speeds up
Miod Vallat
2005-10-13
Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive
Miod Vallat
2005-10-12
Stop mapping the u area at fixed UADDR in addition to its actual va.
Miod Vallat
2004-11-08
Kill struct md_p, which was really only necessary for mvme88k; on
Miod Vallat
2004-08-02
More include files cleaning:
Miod Vallat
2004-07-24
intr_establish() and related defines are mvme88k-only, so move them back from
Miod Vallat
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat