From 6308f92920b2a2b758598dcaa9832e97213f0022 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 23 Sep 2006 18:43:56 +0000 Subject: [PATCH] Protect opt_powernow_k7.h with ifdef i386, I forget that it's only available on i386... --- sys/arch/x86/x86/tsc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/x86/x86/tsc.c b/sys/arch/x86/x86/tsc.c index 84dca850b3b8..ad7ee1d3da4c 100644 --- a/sys/arch/x86/x86/tsc.c +++ b/sys/arch/x86/x86/tsc.c @@ -1,4 +1,4 @@ -/* $NetBSD: tsc.c,v 1.7 2006/09/23 16:18:06 xtraeme Exp $ */ +/* $NetBSD: tsc.c,v 1.8 2006/09/23 18:43:56 xtraeme Exp $ */ /*- @@ -83,13 +83,15 @@ #include /* __FBSDID("$FreeBSD: src/sys/i386/i386/tsc.c,v 1.204 2003/10/21 18:28:34 silby Exp $"); */ -__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.7 2006/09/23 16:18:06 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.8 2006/09/23 18:43:56 xtraeme Exp $"); #include "opt_multiprocessor.h" #ifdef i386 #include "opt_enhanced_speedstep.h" #endif +#ifdef i386 #include "opt_powernow_k7.h" +#endif #include "opt_powernow_k8.h" #include