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/mm/init.c | |
parent | 4c86076eb07eb647b1080355e18dc9d4c49bf7e1 (diff) |
Kernel FPU emulator, chain saw edition.
Diffstat (limited to 'arch/mips/mm/init.c')
-rw-r--r-- | arch/mips/mm/init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 289dcd041..c632eee00 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -1,5 +1,4 @@ -/* $Id: init.c,v 1.26 2000/02/23 00:41:00 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. @@ -29,6 +28,7 @@ #include <asm/bootinfo.h> #include <asm/cachectl.h> +#include <asm/cpu.h> #include <asm/dma.h> #include <asm/jazzdma.h> #include <asm/system.h> @@ -123,7 +123,7 @@ static inline unsigned long setup_zero_pages(void) unsigned long order, size; struct page *page; - switch (mips_cputype) { + switch (mips_cpu.cputype) { case CPU_R4000SC: case CPU_R4000MC: case CPU_R4400SC: |