summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/addrspace.h
Commit message (Collapse)AuthorAgeFilesLines
* Get the mapped kernel working for SMP kernels. While launching slaves,Kanoj Sarcar2000-06-061-1/+2
| | | | | pass the proper address for the slave bootstrap routine based on where the kernel is compiled at.
* Get some type definitions into their rightful places for wider usage.Kanoj Sarcar2000-06-061-0/+2
|
* Rudimentary code to launch slave processors by the master processor.Kanoj Sarcar2000-04-041-0/+5
| | | | Completely untested, never executed ...
* I should really keep my hands off the CPHYSADDR() macro ... put itKanoj Sarcar2000-02-101-2/+2
| | | | back to its old form, due to bug that shows up with discontigmem code.
* Fix the CPHYSADDR() macro that is used in free_initmem(). CPHYSADDR()Kanoj Sarcar2000-02-011-2/+2
| | | | should really look at only 32bits of the virtual address.
* The physical address space on R10K Origins is wider than mips32 platforms.Kanoj Sarcar2000-01-281-7/+7
|
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-3/+58
| | | | | | | | | - 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.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-7/+8
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+51
- 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 ...