nc100: Set CONFIG_LEGACY_EXEC for now
authorAlan Cox <alan@linux.intel.com>
Sun, 26 Apr 2015 21:51:49 +0000 (22:51 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 26 Apr 2015 21:51:49 +0000 (22:51 +0100)
The fixes in rd_memcpy need thought

Kernel/platform-nc100/config.h

index 9fe41a6..1f3f2e4 100644 (file)
@@ -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