dragon-nx32: Enable CONFIG_LARGE_IO_DIRECT and drop CONFIG_LEGACY_EXEC
authorTormod Volden <debian.tormod@gmail.com>
Thu, 14 May 2015 09:05:17 +0000 (11:05 +0200)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 10:39:47 +0000 (11:39 +0100)
Now that both floppy and drivewire support raw i/o.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/config.h

index 9baef76..01ee872 100644 (file)
@@ -18,8 +18,8 @@
 /* And swapping */
 #undef SWAPDEV
 
-/* Until the Becker and floppy driver support raw I/O */
-#define CONFIG_LEGACY_EXEC
+/* Permit large I/O requests to bypass cache and go direct to userspace */
+#define CONFIG_LARGE_IO_DIRECT
 
 /* Video terminal, not a serial tty */
 #define CONFIG_VT