summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-28 02:49:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-06-28 02:49:44 +0000
commitb73c50d60bfd13a53990874c601678009a72ac9f (patch)
tree35b4098c6538ce80fd77d5ef4420c1522c8a6b5a /sys/arch/macppc
parent736a57c93725e4f3f68f7184c4dc8270d403774d (diff)
shorten name
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/dev/macintr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/macintr.c b/sys/arch/macppc/dev/macintr.c
index d4418f77830..963f50efc32 100644
--- a/sys/arch/macppc/dev/macintr.c
+++ b/sys/arch/macppc/dev/macintr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: macintr.c,v 1.23 2004/06/28 02:49:10 aaron Exp $ */
+/* $OpenBSD: macintr.c,v 1.24 2004/06/28 02:49:43 deraadt Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@@ -162,7 +162,7 @@ macintr_attach(struct device *parent, struct device *self, void *aux)
macintr_collect_preconf_intr();
mac_intr_establish(parent, 0x14, IST_LEVEL, IPL_HIGH,
- macintr_prog_button, (void *)0x14, "prog button");
+ macintr_prog_button, (void *)0x14, "progbutton");
ppc_intr_enable(1);