X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=init%2FKconfig;h=782a65bf76ea1b5785e9c1e5928b617c8fd3b55c;hp=e84c6423a2e5a2dbe80157b13f8b16d17c3e2d06;hb=d3ac21cacc24790eb45d735769f35753f5b56ceb;hpb=7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9;ds=sidebyside diff --git a/init/Kconfig b/init/Kconfig index e84c6423a2e5..782a65bf76ea 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1537,6 +1537,16 @@ config AIO by some high performance threaded applications. Disabling this option saves about 7k. +config ADVISE_SYSCALLS + bool "Enable madvise/fadvise syscalls" if EXPERT + default y + help + This option enables the madvise and fadvise syscalls, used by + applications to advise the kernel about their future memory or file + usage, improving performance. If building an embedded system where no + applications use these syscalls, you can disable this option to save + space. + config PCI_QUIRKS default y bool "Enable PCI quirk workarounds" if EXPERT