X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2FKconfig;h=c2c8a4a11898f949faa72cf5702d8c21e64f78b9;hb=4b8bca7028fbed182c78b4f86769e365f2075d8e;hp=f0fb9124e410c436c0f240d69f089f4935af2e92;hpb=8d8d2e9ccd331a1345c88b292ebee9d256fd8749;p=mv-sheeva.git diff --git a/mm/Kconfig b/mm/Kconfig index f0fb9124e41..c2c8a4a1189 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -301,3 +301,11 @@ config NOMMU_INITIAL_TRIM_EXCESS of 1 says that all excess pages should be trimmed. See Documentation/nommu-mmap.txt for more information. + +# +# UP and nommu archs use km based percpu allocator +# +config NEED_PER_CPU_KM + depends on !SMP + bool + default y