Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa The signal trampoline runs in userspace; ...



details:   https://anonhg.NetBSD.org/src/rev/fdf5b4e518c2
branches:  trunk
changeset: 533581:fdf5b4e518c2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 04 16:44:10 2002 +0000

description:
The signal trampoline runs in userspace; do not profile it.

diffstat:

 sys/arch/hppa/hppa/sigcode.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8161ecc49362 -r fdf5b4e518c2 sys/arch/hppa/hppa/sigcode.S
--- a/sys/arch/hppa/hppa/sigcode.S      Thu Jul 04 16:43:21 2002 +0000
+++ b/sys/arch/hppa/hppa/sigcode.S      Thu Jul 04 16:44:10 2002 +0000
@@ -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 



Home | Main Index | Thread Index | Old Index