summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/mmzone.h
Commit message (Collapse)AuthorAgeFilesLines
* Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-271-0/+2
| | | | | might also be used by platforms with memory holes, but uniform access times). CONFIG_NUMA special code will probably make its way into generic kernel.
* Each node needs to have a structure that the master nasid fills up toKanoj Sarcar2000-06-091-0/+2
| | | | | tell it where to get the kernel data from (ie, which nasid holds the kernel data). Remove debug cruft from head.S.
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-0/+1
|
* Changes to make DISCONTIGMEM compile and boot after the upgrades, asKanoj Sarcar2000-02-271-15/+15
| | | | | well as substitution of some platform specific fields by their new generic counterparts.
* The pernode pgdat structure is now allocated out of the correspondingKanoj Sarcar2000-02-101-2/+2
| | | | | node's memory, instead of having all the per node data in an array on node 0.
* Header file cleanup: put basic defines into sn/arch.h.Kanoj Sarcar2000-02-101-5/+2
|
* Okay, we can now touch remote node memory, setup bootmem data structuresKanoj Sarcar2000-02-101-0/+4
| | | | per node and allocate per node mem_maps.
* Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.Kanoj Sarcar2000-02-061-0/+81