aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Revert r253748,253749Andriy Gapon2013-07-281-3/+2
* put contents of cpu.h under _KERNELAndriy Gapon2013-07-281-2/+3
* Get rid of duplicated versions of the KSU bits.Juli Mallett2012-03-061-6/+1
* Use #define for get_cyclecount rather than inline function.Warner Losh2010-07-161-5/+1
* Move TLB definitions to tlb.hWarner Losh2010-07-151-18/+0
* Remove unused stuff from cpu.h.Warner Losh2010-07-151-148/+7
* Remove the unused part of cpu.h now that the rest of the tree has beenWarner Losh2010-07-141-200/+3
* union cpuprid is also unused nowWarner Losh2010-07-131-22/+0
* cpu_id and fpu_id are unused, except to be set early in the boot code.Warner Losh2010-07-131-9/+0
* Remove obsolete define "COPY_SIGCODE". This is unused in FreeBSD.Warner Losh2010-07-131-6/+0
* Move KSEG address definitions from cpu.h to cpuregs.h with the otherJayachandran C.2010-07-121-17/+0
* Merge jmallett@'s n64 work into HEAD - changeset 7Jayachandran C.2010-06-241-6/+6
* Merge jmallett@'s n64 work into HEAD - changeset 4Jayachandran C.2010-06-171-50/+1
* o) Make pcb_onfault a pointer rather than an obscure integer value.Juli Mallett2010-04-171-4/+0
* o) Use inline functions to access coprocessor 0 registers rather than externalJuli Mallett2010-04-171-15/+6
* o) Consistently use MIPS_KSEGn_TO_PHYS instead of MIPS_{,UN}CACHED_TO_PHYS etc.Juli Mallett2010-03-061-14/+0
* SMP support for the mips port.Neel Natu2010-02-091-0/+2
* Provide access to pcpu structures for SMP kernels.Neel Natu2010-01-301-0/+8
* Remove Sibyte specific code from locore.S that sets the k0seg coherency.Neel Natu2010-01-231-4/+1
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-9/+22
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+564