From fe53f433d85b6a67259aacbf6538ef0bea5dea23 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 4 Jul 2002 16:44:10 +0000 Subject: [PATCH] The signal trampoline runs in userspace; do not profile it. --- sys/arch/hppa/hppa/sigcode.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hppa/hppa/sigcode.S b/sys/arch/hppa/hppa/sigcode.S index 2886a6861fff..bbd189bbe1dc 100644 --- a/sys/arch/hppa/hppa/sigcode.S +++ b/sys/arch/hppa/hppa/sigcode.S @@ -1,4 +1,4 @@ -/* $NetBSD: sigcode.S,v 1.2 2002/07/01 16:10:02 fredette Exp $ */ +/* $NetBSD: sigcode.S,v 1.3 2002/07/04 16:44:10 thorpej Exp $ */ /* $OpenBSD: locore.S,v 1.46 2001/09/20 18:33:03 mickey Exp $ */ @@ -73,7 +73,7 @@ /* * Signal "trampoline" code. Invoked from RTE setup by sendsig(). */ -ENTRY(sigcode,0) +ENTRY_NOPROFILE(sigcode,0) .call /* * Our sendsig() places the address of the signal handler