Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/uvm



On Sun, 09 Aug 2009 22:19:10 +0000, Matt Thomas wrote:
> @@ -708,7 +742,7 @@
>                       l = outl2;
>  #ifdef DEBUG
>    if (swapdebug & SDB_SWAPOUT)
> -     printf("%s: no duds, try procp %p\n", __func__, l);     
> +     printf(__func__ ": no duds, try procp %p\n", l);
>  #endif
>               if (l) {
>                       mutex_enter(&l->l_swaplock);

This will not work



Home | Main Index | Thread Index | Old Index