diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2008-09-19 01:42:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2008-09-19 01:42:06 +0000 |
commit | 2ef75e5d68371df3a1201a3f13467d178385ec89 (patch) | |
tree | 53580ee55a49e054ae05506fb0494ad8cf47c470 | |
parent | c86bc1523eded9e4852568dac96336bbac883b0e (diff) |
miod pointed out that some items were multiply defined (patched into
existance too many times).
-rw-r--r-- | sys/arch/powerpc/include/intr.h | 7 |
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_ */ |