From f15527d1d43659a37d971fe607abd7c82e8df774 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 28 Nov 2014 22:09:24 +0000 Subject: [PATCH] dragon: update the configuration file Remove usermem_c bits --- Kernel/platform-dragon/config.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Kernel/platform-dragon/config.h b/Kernel/platform-dragon/config.h index ae11c549..485396a7 100644 --- a/Kernel/platform-dragon/config.h +++ b/Kernel/platform-dragon/config.h @@ -8,17 +8,11 @@ #undef CONFIG_MULTI /* Single tasking - for now while we get it booting */ #undef CONFIG_SINGLETASK -/* Use C helpers for usermem */ -#define CONFIG_USERMEM_C /* Pure swap */ #define CONFIG_SWAP_ONLY #define CONFIG_BANKS 1 /* Banked Kernel: need to fix GCC first */ #undef CONFIG_BANKED -/* We use the C code for usermem and pray it doesn't use the stack for the - copies */ -#define BANK_PROCESS *((volatile uint8_t *)0xffd4) = 0 -#define BANK_KERNEL *((volatile uint8_t *)0xffd5) = 0 /* And swapping */ #define SWAPDEV 6 /* FIXME */ #define SWAP_SIZE 0x80 /* 64K blocks */ -- 2.34.1