From 802c02830905f75c53f335d7938b97d0120f738e Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 19 Jan 2001 14:09:54 +0000 Subject: Convert apm from a bogus 'count' into a plain option. Clean out some other cruft from the files.alpha and files.ia64 that were related to this. --- sys/dev/syscons/syscons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/syscons') diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index a1137ff..84f1cbe 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -32,7 +32,7 @@ #include "opt_syscons.h" #include "opt_ddb.h" #ifdef __i386__ -#include "apm.h" +#include "opt_apm.h" #endif #include @@ -3115,7 +3115,7 @@ next_code: #endif break; -#if NAPM > 0 +#ifdef DEV_APM case SUSP: apm_suspend(PMST_SUSPEND); break; -- cgit v1.1