CLOCK_RATE: 256-> 128.

reduce timer interrupts because hpcmips machines are lower cpu power.
This commit is contained in:
sato 2000-02-09 10:41:18 +00:00
parent e203cf81c5
commit ad591b78f4
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock_machdep.h,v 1.1.1.1 1999/09/16 12:23:22 takemura Exp $ */ /* $NetBSD: clock_machdep.h,v 1.2 2000/02/09 10:41:18 sato Exp $ */
/*- /*-
* Copyright (c) 1997 The NetBSD Foundation, Inc. * Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -48,6 +48,5 @@
* the acutal RTC hardware in use. clock * the acutal RTC hardware in use. clock
*/ */
/* The default clock rate on a vr41xx is 128 Hz. */
/* The default clock rate on a pmax is 256 Hz. */ #define CLOCK_RATE 128
#define CLOCK_RATE 256