From 10c84befd7ce86af22581f4b1e13bc6ec07a8cf1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 10 Oct 1996 10:18:48 +0000 Subject: Added missing include of "opt_cpu.h". I missed it because PERFMON features are used without testing for i586 features that they depend on. Configuring option PERFMON without configuring a suitable cpu still doesn't fail right. --- sys/i386/i386/perfmon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index edccedeec9c9..a7ea72fe84e3 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -26,9 +26,11 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: perfmon.c,v 1.6 1996/06/12 05:02:51 gpalmer Exp $ + * $Id: perfmon.c,v 1.7 1996/08/02 21:15:48 bde Exp $ */ +#include "opt_cpu.h" + #include #include #include -- cgit v1.3