diff options
Diffstat (limited to 'miscutils/readahead.c')
-rw-r--r-- | miscutils/readahead.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/readahead.c b/miscutils/readahead.c index cc0ba5b..d2bed20 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -13,7 +13,6 @@ //config: bool "readahead (1.5 kb)" //config: default y //config: depends on LFS -//config: select PLATFORM_LINUX //config: help //config: Preload the files listed on the command line into RAM cache so that //config: subsequent reads on these files will not block on disk I/O. |