Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sparc64/include pull up 1.15 (approved by thor...



details:   https://anonhg.NetBSD.org/src/rev/a52288847c76
branches:  netbsd-1-5
changeset: 488948:a52288847c76
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 07 01:26:24 2000 +0000

description:
pull up 1.15 (approved by thorpej):
>Get kernel profiling to work.  Now if only gprof worked....

diffstat:

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

diffs (20 lines):

diff -r 2dd336da0510 -r a52288847c76 sys/arch/sparc64/include/asm.h
--- a/sys/arch/sparc64/include/asm.h    Mon Aug 07 01:25:25 2000 +0000
+++ b/sys/arch/sparc64/include/asm.h    Mon Aug 07 01:26:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.9.12.3 2000/08/07 00:58:10 mrg Exp $ */
+/*     $NetBSD: asm.h,v 1.9.12.4 2000/08/07 01:26:24 mrg Exp $ */
 
 /*
  * Copyright (c) 1994 Allen Briggs
@@ -105,8 +105,8 @@
 
 #ifdef GPROF
 #define _PROF_PROLOGUE \
-       .data; .align 4; 1: .long 0; \
-       .text; save %sp,-CC64FSZ,%sp; sethi %hi(1b),%o0; call mcount; \
+       .data; .align 8; 1: .uaword 0; .uaword 0; \
+       .text; save %sp,-CC64FSZ,%sp; sethi %hi(1b),%o0; call _mcount; \
        or %o0,%lo(1b),%o0; restore
 #else
 #define _PROF_PROLOGUE



Home | Main Index | Thread Index | Old Index