Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Add ENTRY_NOPROFILE().



details:   https://anonhg.NetBSD.org/src/rev/33140b386a72
branches:  trunk
changeset: 533167:33140b386a72
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jun 23 17:26:58 2002 +0000

description:
Add ENTRY_NOPROFILE().

diffstat:

 sys/arch/powerpc/include/asm.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ae613d08c514 -r 33140b386a72 sys/arch/powerpc/include/asm.h
--- a/sys/arch/powerpc/include/asm.h    Sun Jun 23 17:07:58 2002 +0000
+++ b/sys/arch/powerpc/include/asm.h    Sun Jun 23 17:26:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.8 2001/06/13 06:01:48 simonb Exp $   */
+/*     $NetBSD: asm.h,v 1.9 2002/06/23 17:26:58 thorpej Exp $  */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -69,6 +69,8 @@
 #endif
 
 #define        ENTRY(y)        _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
+#define        ENTRY_NOPROFILE(y) _ENTRY(_C_LABEL(y))
+
 #define        ASENTRY(y)      _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
 #define        GLOBAL(y)       _GLOBAL(_C_LABEL(y))
 



Home | Main Index | Thread Index | Old Index