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