summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/cpu.h')
-rw-r--r--sys/arch/arm/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/include/cpu.h b/sys/arch/arm/include/cpu.h
index d19b13c39e4..a7c423c420c 100644
--- a/sys/arch/arm/include/cpu.h
+++ b/sys/arch/arm/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.12 2006/01/17 20:30:12 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.13 2006/12/24 20:30:35 miod Exp $ */
/* $NetBSD: cpu.h,v 1.34 2003/06/23 11:01:08 martin Exp $ */
/*
@@ -287,7 +287,7 @@ struct pcb;
void savectx (struct pcb *pcb);
/* ast.c */
-void userret (register struct proc *p, u_int32_t pc, quad_t ticks);
+void userret (struct proc *p);
/* machdep.h */
void bootsync (int);