Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amd64/include/cpu.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/include/cpu.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6.12.1 retrieving revision 1.6.12.2 diff -u -p -r1.6.12.1 -r1.6.12.2 --- src/sys/arch/amd64/include/cpu.h 2006/06/21 14:48:25 1.6.12.1 +++ src/sys/arch/amd64/include/cpu.h 2006/12/30 20:45:25 1.6.12.2 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.6.12.1 2006/06/21 14:48:25 yamt Exp $ */ +/* $NetBSD: cpu.h,v 1.6.12.2 2006/12/30 20:45:25 yamt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -298,6 +298,9 @@ void kgdb_port_init __P((void)); void x86_bus_space_init __P((void)); void x86_bus_space_mallocok __P((void)); +/* powernow_k8.c */ +void k8_powernow_init(void); + #endif /* _KERNEL */ #include