diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2006-08-11 08:17:38 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2006-08-11 08:17:38 +0000 |
commit | 958f72378e7a655df96fc968a54fe365f727a8f1 (patch) | |
tree | 1e84a2fa47bf6b5b7b8bbef605ef492f18712fe3 /sys/arch/sgi | |
parent | 840c4dcec1d0cb8ba2be2b678f5083ed260dc322 (diff) |
no O2's with a R14000 CPU were made, so remove superfluous code.
ok pefo
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index d7ffa754ca3..2f0151b9d86 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.32 2006/05/07 18:58:53 robert Exp $ */ +/* $OpenBSD: machdep.c,v 1.33 2006/08/11 08:17:37 jasper Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -233,7 +233,6 @@ bios_printf("SR=%08x\n", getsr()); /* leave this in for now. need to see sr */ switch ((cp0_get_prid() >> 8) & 0xff) { case MIPS_R10000: case MIPS_R12000: - case MIPS_R14000: /* Anyone seen an O2 with R14K? */ bootdriveoffs = -1; break; } @@ -360,7 +359,6 @@ bios_printf("SR=%08x\n", getsr()); /* leave this in for now. need to see sr */ case MIPS_R10000: case MIPS_R12000: - case MIPS_R14000: sys_config.cpu[0].tlbsize = 64; break; |