Subject: CVS commit: [netbsd-4] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/27/2006 22:27:44
Module Name:	src
Committed By:	tron
Date:		Sun Aug 27 22:27:44 UTC 2006

Modified Files:
	src/sys/arch/i386/i386 [netbsd-4]: identcpu.c
	src/sys/arch/i386/include [netbsd-4]: cpu.h
	src/sys/arch/x86/include [netbsd-4]: powernow.h

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #57):
	sys/arch/i386/i386/identcpu.c: revision 1.37
	sys/arch/x86/include/powernow.h: revision 1.4
	sys/arch/i386/include/cpu.h: revision 1.127
- Move k7_powernow_* prototypes from i386/include/cpu.h to
  x86/include/powernow.h
- Protect k[78]_powernow_init() functions with #ifdef POWERNOW_K[78] to
  make it build without these options.
This fixes the problem reported by hubertf.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.36.2.1 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.125.2.1 -r1.125.2.2 src/sys/arch/i386/include/cpu.h
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/sys/arch/x86/include/powernow.h

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