Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/arch/x86/include



Module Name:    src
Committed By:   tron
Date:           Tue Aug  8 16:51:28 UTC 2006

Modified Files:
        src/sys/arch/x86/include [netbsd-4]: cpuvar.h powernow.h

Log Message:
Pull up following revision(s) (requested by cube in ticket #7):
        sys/arch/x86/include/cpuvar.h: revision 1.5
        sys/arch/x86/include/powernow.h: revision 1.3
files.x86 isn't included by Xen kernels, so opt_powernow_k8.h never gets
created by config(1), and thus it's not safe to use it in cpuvar.h.
Simply declare the prototype for k8_powernow_init in powernow.h.  No need
to #ifdef protect a prototype, after all, only its users.
Un-breaks build of Xen kernels.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.2.1 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -r1.2 -r1.2.2.1 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.




Home | Main Index | Thread Index | Old Index