From 4042ed572d353ab4eb194ad1d5c7d51fcc1443cd Mon Sep 17 00:00:00 2001 From: Joe Talbott Date: Mon, 21 Jun 2010 21:16:49 -0400 Subject: [PATCH] firmware - Remove some debug printf()s that got committed. --- sys/kern/subr_firmware.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c index a83b443c5e..10d3149113 100644 --- a/sys/kern/subr_firmware.c +++ b/sys/kern/subr_firmware.c @@ -388,15 +388,8 @@ set_rootvnode(void *arg, int npending) struct proc *p = td->td_proc; - kprintf("JAT: arg = %p, p = %p\n", arg, p); -#if 0 - kprintf("JAT: arg = %p, p = %p, p_fd = %p, fd_spin = %p\n", - arg, p, p->p_fd, &p->p_fd->fd_spin); -#endif - #if 0 spin_lock_wr(&p->p_fd->fd_spin); - kprintf("JAT: after spin_lock_wr\n"); if (p->p_fd->fd_cdir == NULL) { p->p_fd->fd_cdir = rootvnode; vref(rootvnode); @@ -406,7 +399,6 @@ set_rootvnode(void *arg, int npending) vref(rootvnode); } spin_unlock_wr(&p->p_fd->fd_spin); - kprintf("JAT: after spin_unlock_wr\n"); kfree(arg, M_TEMP); #endif -- 2.41.0