summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/hw_irq.h
diff options
context:
space:
mode:
authorKumar Gala2005-09-19 16:30:27 +0200
committerPaul Mackerras2005-09-21 11:21:09 +0200
commitc7aeffc4d38f0573b05bf5ebd2f037997ec9d075 (patch)
treec70f8882c04e5ffdf041a71751a0703472606bb9 /include/asm-ppc64/hw_irq.h
parent[PATCH] powerpc: reduce oprofile/common.c differences (diff)
downloadkernel-qcow2-linux-c7aeffc4d38f0573b05bf5ebd2f037997ec9d075.tar.gz
kernel-qcow2-linux-c7aeffc4d38f0573b05bf5ebd2f037997ec9d075.tar.xz
kernel-qcow2-linux-c7aeffc4d38f0573b05bf5ebd2f037997ec9d075.zip
[PATCH] powerpc: unified signature of timer_interrupt() between ppc32/ppc64
On ppc64 timer_interrupt() returned a value that was never used. Changed the ppc64 version of timer_interrupt() to no longer return a value so that the signatures between ppc32 & ppc64 match. This will simplify future merging of arch/powerpc. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64/hw_irq.h')
-rw-r--r--include/asm-ppc64/hw_irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/hw_irq.h b/include/asm-ppc64/hw_irq.h
index baea40e695ec..c483897b8757 100644
--- a/include/asm-ppc64/hw_irq.h
+++ b/include/asm-ppc64/hw_irq.h
@@ -16,7 +16,7 @@
#include <linux/errno.h>
#include <asm/irq.h>
-int timer_interrupt(struct pt_regs *);
+extern void timer_interrupt(struct pt_regs *);
extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
#ifdef CONFIG_PPC_ISERIES