aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-11-01 20:41:43 +0000
committerScott Long <scottl@FreeBSD.org>2005-11-01 20:41:43 +0000
commit6a4810bd6dd6098c48dede2eea0be0db59742be4 (patch)
treebfd7e71cd1e6b7a8c9cdb37974435bf3e2403625 /sys/dev/acpica/acpivar.h
parentcc223804911c22c07f295eac6bf05c763cc36de7 (diff)
downloadsrc-6a4810bd6dd6098c48dede2eea0be0db59742be4.tar.gz
src-6a4810bd6dd6098c48dede2eea0be0db59742be4.zip
Move HPET debugging under ACPI_TIMER in order to save a bitfield.
Notes
Notes: svn path=/head/; revision=151935
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index f37ed078b0fa..9c0547d24daf 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -154,7 +154,6 @@ extern struct mtx acpi_mutex;
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
#define ACPI_OEM 0x04000000
-#define ACPI_HPET 0x08000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().