Make sure to read the clock before we leave the 'cold' state.

This commit is contained in:
soren 2000-04-28 19:58:04 +00:00
parent 2cfb26c801
commit 9c2835a1c4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.4 2000/03/31 14:51:49 soren Exp $ */
/* $NetBSD: clock.c,v 1.5 2000/04/28 19:58:04 soren Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -43,6 +43,8 @@ void setstatclockrate(int);
void
cpu_initclocks()
{
inittodr(0);
return;
}