Subject: CVS commit: syssrc/sys/arch/amiga
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 11/08/2001 01:25:04
Module Name: syssrc
Committed By: aymeric
Date: Wed Nov 7 23:25:04 UTC 2001
Modified Files:
syssrc/sys/arch/amiga/amiga: locore.s machdep.c
syssrc/sys/arch/amiga/include: cpu.h
Log Message:
introduce an interrupt_depth variable which counts how nested we are into
interrupts.
This allows hardclock() to account for the time spent in interrrupts, and
as a side-effect, top(1), systat(1) and others will no more report 0% of
interrupt activity.
mvme68k does that already.
To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 syssrc/sys/arch/amiga/amiga/locore.s
cvs rdiff -r1.164 -r1.165 syssrc/sys/arch/amiga/amiga/machdep.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/amiga/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.