Protect opt_powernow_k7.h with ifdef i386, I forget that it's only
available on i386...
This commit is contained in:
parent
1ad9454efb
commit
6308f92920
|
@ -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 <sys/cdefs.h>
|
||||
/* __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 <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue