summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.41.Ralf Baechle2000-02-181-3/+3
|
* Steal Irix procedures to set up multiple nodes.Kanoj Sarcar2000-02-041-1/+2
|
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-2/+2
| | | | | | | | | Unlike the IRIX functions they only have one instruction overhead per access, don't involve subroutine calls or any spinlocks, so are implicitly threadsafe. Add PCI infrastructure for SN0 + the necessary fixups for IOC3 brokeness.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-0/+15
- IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.