diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-25 04:49:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-25 04:49:46 +0000 |
commit | 4c55adaa6d06e5533aebaceea7640ecf10952231 (patch) | |
tree | 0f2e4190d1e9db004e50c7f33a1fe46337fd1885 /arch/mips/kernel/time.c | |
parent | 4c86076eb07eb647b1080355e18dc9d4c49bf7e1 (diff) |
Kernel FPU emulator, chain saw edition.
Diffstat (limited to 'arch/mips/kernel/time.c')
-rw-r--r-- | arch/mips/kernel/time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c index 6b65801d5..7b953e94f 100644 --- a/arch/mips/kernel/time.c +++ b/arch/mips/kernel/time.c @@ -17,6 +17,7 @@ #include <linux/kernel_stat.h> #include <asm/bootinfo.h> +#include <asm/cpu.h> #include <asm/mipsregs.h> #include <asm/io.h> #include <asm/irq.h> @@ -448,7 +449,7 @@ char cyclecounter_available; static inline void init_cycle_counter(void) { - switch(mips_cputype) { + switch(mips_cpu.cputype) { case CPU_UNKNOWN: case CPU_R2000: case CPU_R3000: |