From: Alan Cox Date: Fri, 19 Dec 2014 01:12:22 +0000 (+0000) Subject: bankfixed: check the right define X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=22f9ea4a6c19c44b1bbf38d9bb61ae441ef43f56;p=FUZIX.git bankfixed: check the right define --- diff --git a/Kernel/bankfixed.c b/Kernel/bankfixed.c index 67f7fc43..91bc6c25 100644 --- a/Kernel/bankfixed.c +++ b/Kernel/bankfixed.c @@ -25,7 +25,7 @@ void pagemap_free(ptptr p) int pagemap_alloc(ptptr p) { -#ifdef SWAP_DEV +#ifdef SWAPDEV if (pfptr == 0) { swapneeded(p, 1); }