From: Alan Cox Date: Fri, 31 Oct 2014 16:24:26 +0000 (+0000) Subject: pcw8256: don't define un-needed UAREA bits X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=faa02236d84b452192cd1fb3a422f6f665b66a44;p=FUZIX.git pcw8256: don't define un-needed UAREA bits This avoids dragging in extra code we won't be using --- diff --git a/Kernel/platform-pcw8256/config.h b/Kernel/platform-pcw8256/config.h index de50ee83..a1aa984d 100644 --- a/Kernel/platform-pcw8256/config.h +++ b/Kernel/platform-pcw8256/config.h @@ -34,9 +34,6 @@ #define SWAPBASE 0x0000 /* We swap the lot in one, include the */ #define SWAPTOP 0xF000 /* vectors so its a round number of sectors */ -#define UDATA_BLOCKS 0 /* We swap the stash not the uarea */ -#define UDATA_SWAPSIZE 0 - #define BOOT_TTY 18 #define CMDLINE NULL