Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/02/2006 11:00:52
Module Name: src
Committed By: xtraeme
Date: Sat Sep 2 11:00:52 UTC 2006
Modified Files:
src/sys/arch/x86/x86: powernow_k8.c
Log Message:
- Remove k8pnow_read_pending_wait() and use a macro that _always_
will wait for the bit pending wait to be cleared. When this bit is
cleared the CPU is ready to enter to new processor state. [1]
- Remove useless comments.
- Sync boot messages with est.c
[1] Macro taken from FreeBSD.
And new changes tested by elad.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/powernow_k8.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.