summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips64orion/cpu_asm.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed no cpu references.Joel Sherrill2000-07-111-1/+1
|
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill1999-05-181-4/+4
| | | | | | I found a small buglet in the mips64orion _CPU_ISR_Set_level; the original was wiping out the level argument, and then comparing the current interrupt level with some random value of v0. See patch below.
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* added $Id$ to file headersJoel Sherrill1996-09-111-1/+1
| | | | cpu.h: added prototype for _CPU_ISR_Get_level()
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-061-0/+972
Derrick Ostertag (ostertag@transition.com).