Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Nix mb_* on vax.
details: https://anonhg.NetBSD.org/src/rev/9f313c988414
branches: trunk
changeset: 846723:9f313c988414
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Nov 29 20:06:44 2019 +0000
description:
Nix mb_* on vax.
diffstat:
sys/arch/vax/include/lock.h | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (25 lines):
diff -r 98efb3702f81 -r 9f313c988414 sys/arch/vax/include/lock.h
--- a/sys/arch/vax/include/lock.h Fri Nov 29 20:06:34 2019 +0000
+++ b/sys/arch/vax/include/lock.h Fri Nov 29 20:06:44 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock.h,v 1.31 2017/09/17 00:01:08 christos Exp $ */
+/* $NetBSD: lock.h,v 1.32 2019/11/29 20:06:44 riastradh Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden.
@@ -160,15 +160,4 @@
} while (/*CONSTCOND*/0)
#endif /* MULTIPROCESSOR */
-static __inline void mb_read(void);
-static __inline void
-mb_read(void)
-{
-}
-
-static __inline void mb_write(void);
-static __inline void
-mb_write(void)
-{
-}
#endif /* _VAX_LOCK_H_ */
Home |
Main Index |
Thread Index |
Old Index