From 2b636a4ea2bd6069e9728a8e4ecdc8b07991cc77 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 19 Feb 2015 22:43:52 +0000 Subject: [PATCH] zx128: kill stale swap defines --- Kernel/platform-zx128/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kernel/platform-zx128/config.h b/Kernel/platform-zx128/config.h index a9c9cd0a..d13a7231 100644 --- a/Kernel/platform-zx128/config.h +++ b/Kernel/platform-zx128/config.h @@ -55,9 +55,6 @@ #define PROGTOP 0xFC00 /* Top of program, base of U_DATA copy */ #define PROC_SIZE 32 /* Memory needed per process */ -#define UDATA_BLOCKS 0 /* We swap the stash not the uarea */ -#define UDATA_SWAPSIZE 0 - #define BOOT_TTY (513) /* Set this to default device for stdio, stderr */ /* In this case, the default is the first TTY device */ -- 2.34.1