From: Alan Cox Date: Thu, 28 Sep 2017 20:43:53 +0000 (+0100) Subject: bank16: trivial tidy X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1caa1a418ec5eb514bc74076a93732d459badb22;p=FUZIX.git bank16: trivial tidy --- diff --git a/Kernel/bank16k.c b/Kernel/bank16k.c index 2642b476..cfde726d 100644 --- a/Kernel/bank16k.c +++ b/Kernel/bank16k.c @@ -300,6 +300,7 @@ void swapin(ptptr p, uint16_t map) else size = 0x20; /* 16 K */ } + #ifdef DEBUG kprintf("%x: swapin done %d\n", p, p->p_page); #endif