Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Can't profile ras_atomic_cas_noupdate
details: https://anonhg.NetBSD.org/src/rev/4521fa905418
branches: trunk
changeset: 351854:4521fa905418
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 01 11:54:53 2017 +0000
description:
Can't profile ras_atomic_cas_noupdate
diffstat:
sys/arch/mips/mips/lock_stubs_ras.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 03b2e3fd6688 -r 4521fa905418 sys/arch/mips/mips/lock_stubs_ras.S
--- a/sys/arch/mips/mips/lock_stubs_ras.S Wed Mar 01 10:47:26 2017 +0000
+++ b/sys/arch/mips/mips/lock_stubs_ras.S Wed Mar 01 11:54:53 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs_ras.S,v 1.8 2016/08/19 10:05:35 skrll Exp $ */
+/* $NetBSD: lock_stubs_ras.S,v 1.9 2017/03/01 11:54:53 skrll Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: lock_stubs_ras.S,v 1.8 2016/08/19 10:05:35 skrll Exp $")
+RCSID("$NetBSD: lock_stubs_ras.S,v 1.9 2017/03/01 11:54:53 skrll Exp $")
#include "assym.h"
@@ -103,7 +103,7 @@
.p2align LOG2_MIPS_LOCK_RAS_SIZE
EXPORT(_lock_ras_start)
-STATIC_LEAF(ras_atomic_cas_noupdate)
+STATIC_LEAF_NOPROFILE(ras_atomic_cas_noupdate)
J_RA
move v0, t0
END(ras_atomic_cas_noupdate)
Home |
Main Index |
Thread Index |
Old Index