From: Tormod Volden Date: Thu, 14 May 2015 09:05:17 +0000 (+0200) Subject: dragon-nx32: Enable CONFIG_LARGE_IO_DIRECT and drop CONFIG_LEGACY_EXEC X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=40a8741618a6bc44d8b22334e1fec125a760e8cf;p=FUZIX.git dragon-nx32: Enable CONFIG_LARGE_IO_DIRECT and drop CONFIG_LEGACY_EXEC Now that both floppy and drivewire support raw i/o. Signed-off-by: Tormod Volden --- diff --git a/Kernel/platform-dragon-nx32/config.h b/Kernel/platform-dragon-nx32/config.h index 9baef76c..01ee8728 100644 --- a/Kernel/platform-dragon-nx32/config.h +++ b/Kernel/platform-dragon-nx32/config.h @@ -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