Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/arm/include Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/a3c280441f29
branches:  netbsd-7
changeset: 799013:a3c280441f29
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Feb 21 18:22:01 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #536):
        sys/arch/arm/include/lock.h: revision 1.30
Don't use plain inline in that might end up compiled with -ansi.

diffstat:

 sys/arch/arm/include/lock.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 684f23961889 -r a3c280441f29 sys/arch/arm/include/lock.h
--- a/sys/arch/arm/include/lock.h       Sat Feb 21 18:18:33 2015 +0000
+++ b/sys/arch/arm/include/lock.h       Sat Feb 21 18:22:01 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock.h,v 1.28 2014/08/10 06:23:13 matt Exp $   */
+/*     $NetBSD: lock.h,v 1.28.2.1 2015/02/21 18:22:01 martin Exp $     */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -139,7 +139,7 @@
 }
 #endif /* !_ARM_ARCH_6 */
 
-static inline void
+static __inline void
 __arm_membar_producer(void)
 {
 #ifdef _ARM_ARCH_7
@@ -149,7 +149,7 @@
 #endif
 }
 
-static inline void
+static __inline void
 __arm_membar_consumer(void)
 {
 #ifdef _ARM_ARCH_7



Home | Main Index | Thread Index | Old Index