Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Convert to __cpu_simple_lock_nv_t. S...
details: https://anonhg.NetBSD.org/src/rev/097bd86cfc4d
branches: trunk
changeset: 810371:097bd86cfc4d
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Aug 28 09:30:01 2015 +0000
description:
Convert to __cpu_simple_lock_nv_t. Somehow missed alpha in the earlier
commit. Thanks to uebs for pointing it out.
diffstat:
sys/arch/alpha/include/types.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 086176d1ac77 -r 097bd86cfc4d sys/arch/alpha/include/types.h
--- a/sys/arch/alpha/include/types.h Fri Aug 28 09:16:29 2015 +0000
+++ b/sys/arch/alpha/include/types.h Fri Aug 28 09:30:01 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.50 2015/01/08 22:27:17 riastradh Exp $ */
+/* $NetBSD: types.h,v 1.51 2015/08/28 09:30:01 pooka Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -63,7 +63,7 @@
#define PRIxREGISTER "lx"
#endif
-typedef volatile int __cpu_simple_lock_t;
+typedef int __cpu_simple_lock_nv_t;
#define __SIMPLELOCK_LOCKED 1
#define __SIMPLELOCK_UNLOCKED 0
Home |
Main Index |
Thread Index |
Old Index