blob: a4018c97d3fc615c93e0c8c06ab9897f443518dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.10 2006/02/18 10:12:24 rillig Exp $
Status: applied upstream.
--- bsd/intratemeter.cc.orig 2003-10-09 00:20:06.000000000 -0400
+++ bsd/intratemeter.cc 2004-04-21 14:32:07.000000000 -0400
@@ -48,7 +48,7 @@
dodecay_ = parent_->isResourceTrue("irqrateDecay");
useGraph_ = parent_->isResourceTrue("irqrateGraph");
SetUsedFormat (parent_->getResource("irqrateUsedFormat"));
- total_ = 100;
+ total_ = 2000;
// Now, grab a sample. I don't know if this is needed here. BCG
BSDGetIntrStats (lastirqs_);
|