By some reason setstatclockrate() suddenly get called occationally
(it hasn't been called since -94 :-) Remove the panic that happens when it is called.
This commit is contained in:
parent
9fdd44d404
commit
d85872dd78
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.106 2000/07/26 11:55:55 ragge Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.107 2000/09/08 11:41:59 ragge Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
|
||||
@ -275,7 +275,6 @@ void
|
||||
setstatclockrate(hzrate)
|
||||
int hzrate;
|
||||
{
|
||||
panic("setstatclockrate");
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user