Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/alpha/alpha/clock.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/alpha/alpha/clock.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17.2.2 retrieving revision 1.18 diff -u -p -r1.17.2.2 -r1.18 --- src/sys/arch/alpha/alpha/clock.c 1997/09/29 07:19:32 1.17.2.2 +++ src/sys/arch/alpha/alpha/clock.c 1997/09/02 13:17:58 1.18 @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.17.2.2 1997/09/29 07:19:32 thorpej Exp $ */ +/* $NetBSD: clock.c,v 1.18 1997/09/02 13:17:58 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,7 +44,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.17.2.2 1997/09/29 07:19:32 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.18 1997/09/02 13:17:58 thorpej Exp $"); #include #include @@ -53,7 +53,6 @@ __KERNEL_RCSID(0, "$NetBSD: clock.c,v 1. #include #include -#include #include @@ -136,7 +135,7 @@ cpu_initclocks() * hardclock, which would then fall over because p->p_stats * isn't set at that time. */ - platform.clockintr = (void (*) __P((void *))) hardclock; + set_clockintr(); /* * Get the clock started.