From 201c29a7db145f0e34ff5ee6308033ec018f6a71 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 13 Sep 2015 13:33:23 +0200 Subject: [PATCH] i386 removal, part 41/x: Remove POWERFAIL_NMI kernel option. It was only used in i386 specific code. --- sys/config/LINT64 | 5 ----- sys/platform/pc64/conf/options | 1 - 2 files changed, 6 deletions(-) diff --git a/sys/config/LINT64 b/sys/config/LINT64 index 8e2f9fd91d..96a05b719e 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -1641,11 +1641,6 @@ device pccard device cardbus device cbb -# For older notebooks that signal a powerfail condition (external -# power supply dropped, or battery state low) by issuing an NMI: - -options POWERFAIL_NMI # make it beep instead of panicing - # # MMC/SD # diff --git a/sys/platform/pc64/conf/options b/sys/platform/pc64/conf/options index 30ba8040dc..6c66a92e91 100644 --- a/sys/platform/pc64/conf/options +++ b/sys/platform/pc64/conf/options @@ -4,7 +4,6 @@ PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h MAXMEM PERFMON opt_perfmon.h -POWERFAIL_NMI opt_trap.h AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h CONSPEED opt_comconsole.h -- 2.11.4.GIT