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
/
sgi
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2012-06-24
Add cache operation functions pointers to struct cpu_info; the various
Miod Vallat
2012-04-21
Rework the signature of the cache handling routines again. It makes more sense
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-09-11
move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ...
Takuya ASADA
2010-09-09
Move cache settings into hw_cpu_init_secondary() ok miod@
Takuya ASADA
2010-04-28
Storeing current cpu_info address into LLAddr register, for curcpu().
Takuya ASADA
2010-01-09
Move cache information from global variables to per-cpu_info fields; this
Miod Vallat
2009-12-28
Fix compile error caused from previous commit
Takuya ASADA
2009-12-25
Pass both the virtual address and the physical address of the memory range
Miod Vallat
2009-11-25
IP30 IPI implementation.
Takuya ASADA
2009-10-30
Support IP30 secondary cpu bootup. ok miod@
Takuya ASADA
2009-09-30
curproc, curprocpaddr moved into cpu_info
Takuya ASADA
2009-09-15
cpu status flag, cpuid added to cpu_info.
Takuya ASADA
2004-08-06
initial sgi import
Per Fogelstrom