Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Revert previous... somehow the registe...



details:   https://anonhg.NetBSD.org/src/rev/e50f2d70b2c1
branches:  trunk
changeset: 959560:e50f2d70b2c1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Feb 18 20:37:02 2021 +0000

description:
Revert previous... somehow the register names aren't available apparently

diffstat:

 sys/arch/mips/include/profile.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d4e7a98ceae -r e50f2d70b2c1 sys/arch/mips/include/profile.h
--- a/sys/arch/mips/include/profile.h   Thu Feb 18 18:31:22 2021 +0000
+++ b/sys/arch/mips/include/profile.h   Thu Feb 18 20:37:02 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: profile.h,v 1.24 2021/02/17 08:09:22 skrll Exp $       */
+/*     $NetBSD: profile.h,v 1.25 2021/02/18 20:37:02 skrll Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
 #ifdef _KERNEL
 # define _PROF_CPLOAD  ""
 #else
-# define _PROF_CPLOAD  ".cpload t9;"
+# define _PROF_CPLOAD  ".cpload $25;"
 #endif
 
 



Home | Main Index | Thread Index | Old Index