diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-02-22 15:13:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-02-22 15:13:34 +0000 |
| commit | 025a06fd5827cea8ca2d8ba951657f39d013c476 (patch) | |
| tree | 49a1971343011318cef9dd5614c446bd0682c342 /sys/alpha | |
| parent | 3854f9f544961eccf4657b4f4c82e3f8160e6329 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index f98904e645b4b..6d5492b22c720 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: machdep.c,v 1.30 1999/01/15 18:00:19 msmith Exp $ + * $Id: machdep.c,v 1.31 1999/01/26 02:49:51 julian Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -161,6 +161,7 @@ struct platform platform; alpha_chipset_t chipset; struct bootinfo_kernel bootinfo; struct timeval switchtime; +int switchticks; struct user *proc0paddr; |
