summaryrefslogtreecommitdiffstats
path: root/arch/mips/gt64120
Commit message (Collapse)AuthorAgeFilesLines
* More *_cp0_status fixes from David Woodhouse.Ralf Baechle2001-05-041-1/+1
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-112-4/+4
| | | | | | | | 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.
* Merge with Linux 2.4.2.Ralf Baechle2001-03-093-3/+3
|
* Asorted fixes.Ralf Baechle2001-03-081-2/+2
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-0514-0/+2368