dragon: update the configuration file
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 28 Nov 2014 22:09:24 +0000 (22:09 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 28 Nov 2014 22:09:24 +0000 (22:09 +0000)
Remove usermem_c bits

Kernel/platform-dragon/config.h

index ae11c54..485396a 100644 (file)
@@ -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 */