summaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5476
Commit message (Collapse)AuthorAgeFilesLines
* MIPS time code rewrite.Ralf Baechle2001-04-192-5/+34
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-111-2/+2
| | | | | | | | set_cp0_* and change_cp0_* which makes the kernel code somewhat more readable. Going through the kernel code I notices some stupid abuse of the old function like set_cp0_status(ST0_BEV, 1) - this clear ST0_BEV but actually looks like attempting to set it and other abuses, so will people please look over their code again.
* Asorted fixes.Ralf Baechle2001-03-081-4/+17
|
* Remove calls to pci_set_bus_ranges which no longer exists.Ralf Baechle2001-02-051-1/+0
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-4/+3
| | | | Makefiles.
* Re-commit 2nd set of memory map patches from Maciej.Ralf Baechle2001-01-032-33/+4
|
* Unify the dozen pci-dma copies we had.Ralf Baechle2000-11-222-49/+1
|
* One more .cvsignore file.Ralf Baechle2000-10-121-0/+2
|
* The Code Police: Reformat according to Linus' style. No functionalRalf Baechle2000-10-1210-968/+970
| | | | changes.
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-1210-0/+1826