From 414a52c9849adc464fe9d43102904c66af9b6ac4 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 16 Jul 2016 06:41:20 +0000 Subject: [PATCH] Remove unused function process_frame() from arm_machdep.c ok jsg@ --- sys/arch/arm/arm/arm_machdep.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/arch/arm/arm/arm_machdep.c b/sys/arch/arm/arm/arm_machdep.c index 526c84c6adc..f5871f3afb5 100644 --- a/sys/arch/arm/arm/arm_machdep.c +++ b/sys/arch/arm/arm/arm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arm_machdep.c,v 1.3 2011/09/20 22:02:10 miod Exp $ */ +/* $OpenBSD: arm_machdep.c,v 1.4 2016/07/16 06:41:20 tom Exp $ */ /* $NetBSD: arm_machdep.c,v 1.7 2003/10/25 19:44:42 scw Exp $ */ /* @@ -86,13 +86,6 @@ #include #include -static __inline struct trapframe * -process_frame(struct proc *p) -{ - - return (p->p_addr->u_pcb.pcb_tf); -} - /* * The ARM architecture places the vector page at address 0. * Later ARM architecture versions, however, allow it to be -- 2.20.1