summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-09-19 01:42:06 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-09-19 01:42:06 +0000
commit2ef75e5d68371df3a1201a3f13467d178385ec89 (patch)
tree53580ee55a49e054ae05506fb0494ad8cf47c470
parentc86bc1523eded9e4852568dac96336bbac883b0e (diff)
miod pointed out that some items were multiply defined (patched into
existance too many times).
-rw-r--r--sys/arch/powerpc/include/intr.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h
index aeacf7eac6d..73a400c003c 100644
--- a/sys/arch/powerpc/include/intr.h
+++ b/sys/arch/powerpc/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.36 2008/09/18 03:56:25 drahn Exp $ */
+/* $OpenBSD: intr.h,v 1.37 2008/09/19 01:42:05 drahn Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -177,10 +177,5 @@ void softnet(int isr);
void ppc_send_ipi(struct cpu_info *, int);
-#define PPC_IPI_NOP 0
-#define PPC_IPI_DDB 1
-
-void ppc_send_ipi(struct cpu_info *, int);
-
#endif /* _LOCORE */
#endif /* _POWERPC_INTR_H_ */