Copy the pmax locore.S code into the arch/mips hierarchy and split
it into three pieces: * locore.S, which contains generic mips locore code, applicable for both r2000/r3000 and r4000s (in 32-bit mode). * locore_r2000.S, which contains r2000/r3000 (MIPS-I) versions of the locore functions that need mips-generation-specific instructions or handling. * locore_r4000.S, which contains r4000/r4400/r4600 (MIPS-III?) versions of the locore functions that need mips-generation-specific instructions or handling. Much of the code in locore_r4000.S is derived from Per Fogelstrom's Pica port. locore.S still contains some pmax-specific DMA-buffer copy functions.
This commit is contained in:
parent
9954d351bb
commit
4139356a98