summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-06 22:40:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-06 22:40:06 +0000
commitc59e5e6dbdacdeef70d0b723a5087e77503d2ee0 (patch)
tree77345f6125881e18b2eff9e526f7da290bf3b006 /sys/arch/amd64/include
parent8469a07f6c5517718d15c9929a28f55c1713803a (diff)
The global_int information acpi collects is not used by amd64.
ok ketttenis
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/mpconfig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/mpconfig.h b/sys/arch/amd64/include/mpconfig.h
index d42d0b37dca..7b78dfcfdc5 100644
--- a/sys/arch/amd64/include/mpconfig.h
+++ b/sys/arch/amd64/include/mpconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpconfig.h,v 1.6 2008/01/15 19:30:32 kettenis Exp $ */
+/* $OpenBSD: mpconfig.h,v 1.7 2011/03/06 22:40:05 deraadt Exp $ */
/* $NetBSD: mpconfig.h,v 1.2 2003/05/11 00:05:52 fvdl Exp $ */
/*
@@ -33,7 +33,6 @@ struct mp_intr_map {
int flags; /* from mp spec intr record */
u_int32_t redir;
int cpu_id;
- int global_int; /* ACPI global interrupt number */
};
#if defined(_KERNEL)