Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/mips/atomic Add a missing .set noreorder
details: https://anonhg.NetBSD.org/src/rev/5d5da498ddf8
branches: trunk
changeset: 780668:5d5da498ddf8
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 03 06:06:44 2012 +0000
description:
Add a missing .set noreorder
diffstat:
common/lib/libc/arch/mips/atomic/membar_ops.S | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6b32841a1fa8 -r 5d5da498ddf8 common/lib/libc/arch/mips/atomic/membar_ops.S
--- a/common/lib/libc/arch/mips/atomic/membar_ops.S Fri Aug 03 01:23:32 2012 +0000
+++ b/common/lib/libc/arch/mips/atomic/membar_ops.S Fri Aug 03 06:06:44 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: membar_ops.S,v 1.4 2009/12/14 00:39:00 matt Exp $ */
+/* $NetBSD: membar_ops.S,v 1.5 2012/08/03 06:06:44 matt Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -50,13 +50,14 @@
#endif
.text
+ .set noreorder
LEAF(_membar_sync)
j ra
#ifdef SYNC
- SYNC
+ SYNC
#else
- nop
+ nop
#endif
END(_membar_sync)
Home |
Main Index |
Thread Index |
Old Index