aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mm/c-r4k.c
AgeCommit message (Collapse)AuthorFilesLines
2005-10-29More .set push/pop.Thiemo Seufer1-2/+2
Signed-off-by: Thiemo Seufer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Let r4600 PRID detection match only legacy CPUs, cleanups.Thiemo Seufer1-2/+2
Signed-off-by: Thiemo Seufer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Avoid SMP cacheflushes. This is a minor optimization of startup butRalf Baechle1-3/+2
will also avoid smp_call_function from doing stupid things when called from a CPU that is not yet marked online. Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29More AP / SP bits for the 34K, the Malta bits and things. Still wantsRalf Baechle1-2/+1
a little polishing. Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Mark a few variables __read_mostly.Ralf Baechle1-1/+7
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29MIPS R2 instruction hazard handling.Ralf Baechle1-0/+1
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Better interface to run uncached cache setup code.Thiemo Seufer1-4/+2
Signed-off-by: Thiemo Seufer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Sparseify MIPS.Ralf Baechle1-3/+4
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Base Au1200 2.6 support.Pete Popov1-0/+4
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Use intermediate variable.Thiemo Seufer1-3/+3
Signed-off-by: Thiemo Seufer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Moves a test which determines if we actually need to perform aRalf Baechle1-7/+7
cacheflush to the right place. That's a bug which is harmless on UP but a severe bug on SMP. Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle1-1/+3
the compacrapability headers. Signed-off-by: Ralf Baechle <[email protected]>
2005-10-2925Kf is also physically indexed.Ralf Baechle1-0/+1
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-2920Kc and SB1 don't suffer from aliases.Ralf Baechle1-0/+2
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Move missplaced code line to the right place.Ralf Baechle1-3/+2
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Use hardware mechanism to deal with cache aliases in the 24K.Ralf Baechle1-2/+10
Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Remove old wrong bits of cache code.Ralf Baechle1-3/+0
Signed-off-by: Ralf Baechle <[email protected]>
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-8/+8
Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-2/+2
Start cleaning 32-bit vs. 64-bit configuration. Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1260
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!