changeset 4158:2c6eae4728c5

6449436 msgsnd and msgrcv causing performance issues. (fix lint)
author dv142724
date Thu, 03 May 2007 13:07:35 -0700
parents 2692c9055fcf
children 61358aef9ab3
files usr/src/cmd/mdb/common/modules/ipc/ipc.c usr/src/uts/common/os/msg.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/mdb/common/modules/ipc/ipc.c	Thu May 03 11:50:51 2007 -0700
+++ b/usr/src/cmd/mdb/common/modules/ipc/ipc.c	Thu May 03 13:07:35 2007 -0700
@@ -132,7 +132,7 @@
 {
 	int found = 0;
 	int ii;
-	msgq_wakeup_t *start, *walker, next;
+	msgq_wakeup_t *walker, next;
 	uintptr_t head;
 
 	for (ii = min; ii < max; ii++) {
--- a/usr/src/uts/common/os/msg.c	Thu May 03 11:50:51 2007 -0700
+++ b/usr/src/uts/common/os/msg.c	Thu May 03 13:07:35 2007 -0700
@@ -1287,7 +1287,6 @@
 }
 
 static msgq_wakeup_t *
-/* LINTED */
 msg_fnd_neg_snd(kmsqid_t *qp, int msg_hash, long type)
 {
 	msgq_wakeup_t	*qptr;