From 85b5439ac1ff1eb2fc136c200c0f7ed58dc28be9 Mon Sep 17 00:00:00 2001 From: attilio Date: Mon, 25 Oct 2010 23:59:56 +0000 Subject: [PATCH] MFC r213236 by emaste: Style fix. Sponsored by: Sandvine Incorporated git-svn-id: svn://svn.freebsd.org/base/stable/8@214362 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/kern/subr_trap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 4d20ebdc1..2807e903e 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -115,9 +115,8 @@ userret(struct thread *td, struct trapframe *frame) /* * Charge system time if profiling. */ - if (p->p_flag & P_PROFIL) { + if (p->p_flag & P_PROFIL) addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio); - } /* * Let the scheduler adjust our priority etc. */ -- 2.45.2