PERFORCE change 134428 for review

John Birrell jb at FreeBSD.org
Tue Jan 29 18:54:33 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134428

Change 134428 by jb at jb_freebsd1 on 2008/01/30 02:54:14

	Remove a merged reference to a function that only exists in current.

Affected files ...

.. //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#6 (text+ko) ====

@@ -255,12 +255,6 @@
 		printf("KMEM_DEBUG: Leaked elements:\n\n");
 		LIST_FOREACH(i, &kmem_items, next) {
 			printf("address=%p\n", i);
-			/*
-			 * Cheat and use the DDB routine
-			 * to avoid lock issues.
-			 */
-			stack_print_ddb(&i->stack);
-			printf("\n");
 		}
 	}
 	mtx_unlock(&kmem_items_mtx);


More information about the p4-projects mailing list