summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/cpu.h
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2006-03-08 03:33:22 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2006-03-08 03:33:22 +0000
commit86a2e554404338ac982b3b81b956f08e324aebc0 (patch)
tree2440e43a112194e25af13ccd000055593210af52 /sys/arch/amd64/include/cpu.h
parent04c30bf2d76475394d2e5b4f46c78daa68de854b (diff)
Patch from Gordon Klock to update AMD PowerNow K8 support on i386,
and to add amd64 K8 support from FreeBSD.
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r--sys/arch/amd64/include/cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h
index d48c00bf267..372a26d080c 100644
--- a/sys/arch/amd64/include/cpu.h
+++ b/sys/arch/amd64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.17 2005/12/13 00:18:19 jsg Exp $ */
+/* $OpenBSD: cpu.h,v 1.18 2006/03/08 03:33:21 uwe Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@@ -305,6 +305,10 @@ void kgdb_port_init(void);
void x86_bus_space_init(void);
void x86_bus_space_mallocok(void);
+/* powernow-k8.c */
+void k8_powernow_init(void);
+int k8_powernow_setperf(int);
+
#endif /* _KERNEL */
/*