summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/conf.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-12 18:18:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-12 18:18:28 +0000
commit17488250e79f8b7a08aebe845668195136658b4a (patch)
treeeb569c6548305395496cf4a6e352826453e75634 /sys/arch/amd64/include/conf.h
parent19a8191e4ccf227d941b43256a897ebb2bd9fb57 (diff)
port of i386 pctr code to amd64; Mike Belopuhov
Diffstat (limited to 'sys/arch/amd64/include/conf.h')
-rw-r--r--sys/arch/amd64/include/conf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/conf.h b/sys/arch/amd64/include/conf.h
index 960b06eae53..ced984a5b7f 100644
--- a/sys/arch/amd64/include/conf.h
+++ b/sys/arch/amd64/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.3 2005/12/31 21:22:32 miod Exp $ */
+/* $OpenBSD: conf.h,v 1.4 2007/09/12 18:18:27 deraadt Exp $ */
/* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */
/*
@@ -50,3 +50,6 @@ cdev_decl(bios);
(dev_type_stop((*))) enodev, 0, (dev_type_poll((*))) enodev, \
(dev_type_mmap((*))) enodev, 0, D_KQFILTER, dev_init(c,n,kqfilter) }
cdev_decl(acpi);
+
+#define pctrpoll seltrue
+cdev_decl(pctr);