Module Name: src
Committed By: skrll
Date: Wed Mar 1 11:54:53 UTC 2017
Modified Files:
src/sys/arch/mips/mips: lock_stubs_ras.S
Log Message:
Can't profile ras_atomic_cas_noupdate
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/mips/lock_stubs_ras.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/lock_stubs_ras.S
diff -u src/sys/arch/mips/mips/lock_stubs_ras.S:1.8 src/sys/arch/mips/mips/lock_stubs_ras.S:1.9
--- src/sys/arch/mips/mips/lock_stubs_ras.S:1.8 Fri Aug 19 10:05:35 2016
+++ src/sys/arch/mips/mips/lock_stubs_ras.S Wed Mar 1 11:54:53 2017
@@ -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 @@ RCSID("$NetBSD: lock_stubs_ras.S,v 1.8 2
.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)