summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/pgalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* The pte quicklist and pmd quicklists need to be different. This is becauseKanoj Sarcar2000-03-161-5/+5
| | | | | | | "empty" page tables and pmd tables are initialized to different values (page tables are 0ed, pmd tables are made to point to invalid_pte_table), hence these 2 different types of objects can not use the same list. Else pmd_none and pte_none get confused.
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-23/+16
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-1/+3
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-0/+237