Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/30/2001 22:57:11
Module Name: syssrc
Committed By: bjh21
Date: Mon Apr 30 19:57:11 UTC 2001
Modified Files:
syssrc/sys/arch/arm26/arm26: locore.S
syssrc/sys/arch/arm26/include: profile.h
Log Message:
Add two functions, int_off_save() and int_restore(), for mcount to use to
disable interrupts without getting into a loop or screwing up irq_handler().
Also use them.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/arm26/arm26/locore.S
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm26/include/profile.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.