summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-06-30 15:24:50 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-06-30 15:24:50 +0000
commite9c4843dcc04702bd03887d2c54a6e6ebef8410a (patch)
tree65cb8b8a2eb7a40ba90da79335faf46f17ddeff4
parent9cd0a00bda57e45b85ed1332dbc532319cb82496 (diff)
Bump number of supported interrupt routing entries.
-rw-r--r--sys/arch/hppa/dev/apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/apic.c b/sys/arch/hppa/dev/apic.c
index c17e66157cb..e3473c76ada 100644
--- a/sys/arch/hppa/dev/apic.c
+++ b/sys/arch/hppa/dev/apic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apic.c,v 1.4 2007/06/18 22:46:51 kettenis Exp $ */
+/* $OpenBSD: apic.c,v 1.5 2007/06/30 15:24:49 kettenis Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -229,7 +229,7 @@ apic_intr(void *v)
}
/* Maximum number of supported interrupt routing entries. */
-#define MAX_INT_TBL_SZ 8
+#define MAX_INT_TBL_SZ 16
void
apic_get_int_tbl(struct elroy_softc *sc)