From 9c273e8560e96abe65f300e04f4ed9e5cda88c27 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 26 Apr 2015 22:51:49 +0100 Subject: [PATCH] nc100: Set CONFIG_LEGACY_EXEC for now The fixes in rd_memcpy need thought --- Kernel/platform-nc100/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Kernel/platform-nc100/config.h b/Kernel/platform-nc100/config.h index 9fe41a61..1f3f2e43 100644 --- a/Kernel/platform-nc100/config.h +++ b/Kernel/platform-nc100/config.h @@ -62,3 +62,8 @@ #define NMOUNTS 1 /* Number of mounts at a time - nothing mountable! */ #define BOOTDEVICE 0x0100 /* Only one possible option */ #endif + + +/* We need to fix rd_memcpy to handle user pages - or perhaps make the C code + figure out the page number and just pass it ?? */ +#define CONFIG_LEGACY_EXEC \ No newline at end of file -- 2.34.1