From c8276b07d3af741c9593f46bedc37a3c605c1ea0 Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 25 Aug 1999 00:44:36 +0000 Subject: [PATCH] Remove ifdef'd alpha call to set_clockintr() - the pmax and alpha clock.c have diverged, and set_clockintr() doesn't exist on the alpha anymore! --- sys/arch/pmax/pmax/clock.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/arch/pmax/pmax/clock.c b/sys/arch/pmax/pmax/clock.c index 8b8dca07a956..2ab2af11bdfd 100644 --- a/sys/arch/pmax/pmax/clock.c +++ b/sys/arch/pmax/pmax/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.26 1999/03/25 01:17:51 simonb Exp $ */ +/* $NetBSD: clock.c,v 1.27 1999/08/25 00:44:36 simonb 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.26 1999/03/25 01:17:51 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.27 1999/08/25 00:44:36 simonb Exp $"); #include #include @@ -139,9 +139,6 @@ cpu_initclocks() * hardclock, which would then fall over because p->p_stats * isn't set at that time. */ -#ifdef alpha - set_clockintr(); -#endif /* * Get the clock started.