bankfixed: fix panic use
authorAlan Cox <alan@linux.intel.com>
Fri, 20 Feb 2015 20:38:47 +0000 (20:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 20 Feb 2015 20:38:47 +0000 (20:38 +0000)
Kernel/bankfixed.c

index c0f2445..ff5f6ec 100644 (file)
@@ -95,7 +95,7 @@ int swapout(ptptr p)
        swapproc = p;
 
        if (!page)
-               panic("%x: process already swapped!\n", p);
+               panic("process already swapped!\n");
 #ifdef DEBUG
        kprintf("Swapping out %x (%d)\n", p, p->p_page);
 #endif