Compile some MIPS devices only once

Move CPU specific declarations to a separate file.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-03-27 07:26:16 +00:00
parent 6450a334c4
commit b970ea8f8d
15 changed files with 51 additions and 18 deletions

View file

@ -21,7 +21,7 @@
*/
#include "hw.h"
#include "mips.h"
#include "mips_cpudevs.h"
uint64_t cpu_mips_kseg0_to_phys(void *opaque, uint64_t addr)
{