diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-20 20:36:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-20 20:36:15 +0000 |
commit | 1d19b5a49aca0084a40d4958c0ef7e1f2fb0b62c (patch) | |
tree | f7f6092d8a2989f469463578837c263ebbe1c84c /sys | |
parent | db1f143e1209489e56259da09d9f4dd9c0dc2d31 (diff) |
Let M188 kernel compile.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 043aceb3a5e..e5da1923e31 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.222 2009/02/16 23:03:33 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.223 2009/02/20 20:36:14 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -233,7 +233,9 @@ int getcpuspeed(struct mvmeprom_brdid *brdid) { int speed = 0; +#ifdef MVME188 u_int i, c; +#endif switch (brdtyp) { #ifdef MVME187 |