diff options
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/machdep.c')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 72f35e9336c..3cfc4e5798f 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.169 2005/10/13 19:48:37 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.170 2005/11/28 22:21:16 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -141,7 +141,6 @@ volatile u_int8_t *ivec[8]; #endif int ssir; -int want_ast; int want_resched; int physmem; /* available physical memory, in pages */ |