Subject: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/23/2007 20:28:56
Module Name: src
Committed By: ad
Date: Tue Oct 23 20:28:56 UTC 2007
Modified Files:
src/sys/arch/x86/include [vmlocking]: intrdefs.h
src/sys/sys [vmlocking]: intr.h spl.h
Log Message:
- Remove most of the hardware interrupt priority levels as proposed on
tech-kern, but leave the names of the remaining levels as none, vm, sched,
high: http://mail-index.netbsd.org/tech-kern/2007/05/05/0005.html
- Add aliases for the old levels to sys/intr.h.
To generate a diff of this commit:
cvs rdiff -r1.5.32.5 -r1.5.32.6 src/sys/arch/x86/include/intrdefs.h
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/sys/intr.h
cvs rdiff -r1.5.6.1 -r1.5.6.2 src/sys/sys/spl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.