Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump Regen. LK_EXCLOTHER has gone.
details: https://anonhg.NetBSD.org/src/rev/d1f08b7df04f
branches: trunk
changeset: 755827:d1f08b7df04f
user: hannken <hannken%NetBSD.org@localhost>
date: Thu Jun 24 07:56:22 2010 +0000
description:
Regen. LK_EXCLOTHER has gone.
diffstat:
sys/rump/include/rump/rumpdefs.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r c970499886ed -r d1f08b7df04f sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h Thu Jun 24 07:54:46 2010 +0000
+++ b/sys/rump/include/rump/rumpdefs.h Thu Jun 24 07:56:22 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.6 2010/06/18 16:31:34 hannken Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.7 2010/06/24 07:56:22 hannken Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -40,12 +40,11 @@
#define EJUSTRETURN -2 /* don't modify regs, just return */
#endif /* EJUSTRETURN */
-/* NetBSD: lock.h,v 1.84 2010/06/18 16:29:02 hannken Exp */
+/* NetBSD: lock.h,v 1.85 2010/06/24 07:54:47 hannken Exp */
#define RUMP_LK_TYPE_MASK 0x0000000f
#define RUMP_LK_SHARED 0x00000001
#define RUMP_LK_EXCLUSIVE 0x00000002
#define RUMP_LK_RELEASE 0x00000006
-#define RUMP_LK_EXCLOTHER 0x00000008
#define RUMP_LK_NOWAIT 0x00000010
#define RUMP_LK_INTERLOCK 0x00010000
#define RUMP_LK_RETRY 0x00020000
Home |
Main Index |
Thread Index |
Old Index