Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/24/2000 20:07:11
Module Name: syssrc
Committed By: simonb
Date: Thu May 25 03:07:11 UTC 2000
Modified Files:
syssrc/sys/arch/mips/include: profile.h
Log Message:
Fix kernel profiling so that it actually works:
- Add 16 bytes to the stack on entry to _mcount so we don't
overflow it.
- Use inline interrupt {dis,en}abling instead of calling
profiled function in locore.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/mips/include/profile.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.