X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fkmod.c;h=3cd075ce2a1ef9b88f50de977f86a35bec26c1ae;hb=265cbd62e034cb09a9da7cbff9072c8082f8df65;hp=37c3c4b97b8ea66ea70ac45ad4c8403f2bc398d4;hpb=42612e7763315cf5d43c4422781e75f9ee57597a;p=linux-2.6-microblaze.git diff --git a/kernel/kmod.c b/kernel/kmod.c index 37c3c4b97b8e..3cd075ce2a1e 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -36,9 +36,8 @@ * * If you need less than 50 threads would mean we're dealing with systems * smaller than 3200 pages. This assumes you are capable of having ~13M memory, - * and this would only be an be an upper limit, after which the OOM killer - * would take effect. Systems like these are very unlikely if modules are - * enabled. + * and this would only be an upper limit, after which the OOM killer would take + * effect. Systems like these are very unlikely if modules are enabled. */ #define MAX_KMOD_CONCURRENT 50 static atomic_t kmod_concurrent_max = ATOMIC_INIT(MAX_KMOD_CONCURRENT);