Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 08/23/2006 22:59:45
Module Name:	src
Committed By:	xtraeme
Date:		Wed Aug 23 22:59:45 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: identcpu.c
	src/sys/arch/i386/include: cpu.h
	src/sys/arch/x86/include: powernow.h

Log Message:
- 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.37 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.126 -r1.127 src/sys/arch/i386/include/cpu.h
cvs rdiff -r1.3 -r1.4 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.