Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/include Adjust some profiling stuff for the k...



details:   https://anonhg.NetBSD.org/src/rev/2c23a465672b
branches:  trunk
changeset: 500469:2c23a465672b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Dec 12 17:38:45 2000 +0000

description:
Adjust some profiling stuff for the kernel.

diffstat:

 sys/arch/arm32/include/asm.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8dd3623dfe0d -r 2c23a465672b sys/arch/arm32/include/asm.h
--- a/sys/arch/arm32/include/asm.h      Tue Dec 12 17:32:45 2000 +0000
+++ b/sys/arch/arm32/include/asm.h      Tue Dec 12 17:38:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.17 2000/12/12 07:35:25 mycroft Exp $ */
+/*     $NetBSD: asm.h,v 1.18 2000/12/12 17:38:45 mycroft Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -83,8 +83,9 @@
 #endif
 
 #define        ENTRY(y)        _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
-#define        NENTRY(y)       _ENTRY(_C_LABEL(y))
+#define        ENTRY_NP(y)     _ENTRY(_C_LABEL(y))
 #define        ASENTRY(y)      _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
+#define        ASENTRY_NP(y)   _ENTRY(_ASM_LABEL(y))
 
 #define        ALTENTRY(name)  .globl _C_LABEL(name); _C_LABEL(name):
 



Home | Main Index | Thread Index | Old Index