From: Alan Cox Date: Fri, 20 Feb 2015 20:38:47 +0000 (+0000) Subject: bankfixed: fix panic use X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b951e1fb280de003a48bdbccc5ade886dd07c246;p=FUZIX.git bankfixed: fix panic use --- diff --git a/Kernel/bankfixed.c b/Kernel/bankfixed.c index c0f2445b..ff5f6ecd 100644 --- a/Kernel/bankfixed.c +++ b/Kernel/bankfixed.c @@ -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