Subject: CVS commit: src/sys/arch/x86/include
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/10/2005 20:52:53
Module Name:	src
Committed By:	drochner
Date:		Thu Feb 10 20:52:53 UTC 2005

Modified Files:
	src/sys/arch/x86/include: specialreg.h

Log Message:
Recognize an obscure cpu feature flag bit "xTPR"
which indicates that Task Priority Messages might
be disabled. Not relevant for the kernel for now
(related to interrupt distribution on the APIC bus
afaict), but present on one of my boxes.
Being here, also recognise the future "Vanderpool"
extension.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.