summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/system.h
Commit message (Collapse)AuthorAgeFilesLines
* ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.Kanoj Sarcar2000-03-261-6/+19
| | | | | process.c, smp.c: minor initialization code. SMP compiles still hang at the scsi probing stage, no improvements.
* Lets really disable interrupts when we want to.Kanoj Sarcar2000-01-271-2/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-3/+4
|
* Fix a small but highly effective 64-bit bug that also hit MIPS-32.Ralf Baechle1999-11-171-2/+2
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-1/+10
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+218
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...