summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/squeue.h
diff options
context:
space:
mode:
authorAnders Persson <Anders.Persson@Sun.COM>2010-05-27 11:32:10 -0700
committerAnders Persson <Anders.Persson@Sun.COM>2010-05-27 11:32:10 -0700
commit9ee3959a9e59422575d29f2ec8ffb62ce0918ac8 (patch)
tree88a68f13218d9017fd8359af2639c4dbe8e10b01 /usr/src/uts/common/sys/squeue.h
parent05f9a513b6ce84a1c8ebdc256737b1e8bd5ea049 (diff)
downloadillumos-joyent-9ee3959a9e59422575d29f2ec8ffb62ce0918ac8.tar.gz
6846669 squeue_synch_{enter,exit}() are unaware of squeue switching
Diffstat (limited to 'usr/src/uts/common/sys/squeue.h')
-rw-r--r--usr/src/uts/common/sys/squeue.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/squeue.h b/usr/src/uts/common/sys/squeue.h
index de0f18bd4d..f1bd429815 100644
--- a/usr/src/uts/common/sys/squeue.h
+++ b/usr/src/uts/common/sys/squeue.h
@@ -19,8 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SYS_SQUEUE_H
@@ -85,8 +84,8 @@ extern void squeue_enter(squeue_t *, mblk_t *, mblk_t *,
extern uintptr_t *squeue_getprivate(squeue_t *, sqprivate_t);
struct conn_s;
-extern int squeue_synch_enter(squeue_t *, struct conn_s *, mblk_t *);
-extern void squeue_synch_exit(squeue_t *, struct conn_s *);
+extern int squeue_synch_enter(struct conn_s *, mblk_t *);
+extern void squeue_synch_exit(struct conn_s *);
#ifdef __cplusplus
}