[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-cf82ff7ea7695b0e82ba07bc5e9f1bd03a74e1aa@git.kernel.org>
Date: Mon, 5 Oct 2009 19:39:41 GMT
From: "tip-bot for Jayson R. King" <dev@...sonking.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, dev@...sonking.com, hpa@...or.com,
mingo@...hat.com, trivial@...nel.org, peterz@...radead.org,
tglx@...utronix.de, mingo@...e.hu
Subject: [tip:sched/core] sched: Remove obsolete comment in sched_init()
Commit-ID: cf82ff7ea7695b0e82ba07bc5e9f1bd03a74e1aa
Gitweb: http://git.kernel.org/tip/cf82ff7ea7695b0e82ba07bc5e9f1bd03a74e1aa
Author: Jayson R. King <dev@...sonking.com>
AuthorDate: Mon, 5 Oct 2009 05:21:26 -0500
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Mon, 5 Oct 2009 21:37:22 +0200
sched: Remove obsolete comment in sched_init()
Remove the comment about calling alloc_bootmem() as it is not
called here since commit 36b7b6d465489c4754c4fd66fcec6086eba87896.
Signed-off-by: Jayson R. King <dev@...sonking.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Jiri Kosina <trivial@...nel.org>
LKML-Reference: <4AC9C8A6.6010209@...sonking.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
kernel/sched.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/kernel/sched.c b/kernel/sched.c
index 830967e..a56446d 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -9322,10 +9322,6 @@ void __init sched_init(void)
#ifdef CONFIG_CPUMASK_OFFSTACK
alloc_size += num_possible_cpus() * cpumask_size();
#endif
- /*
- * As sched_init() is called before page_alloc is setup,
- * we use alloc_bootmem().
- */
if (alloc_size) {
ptr = (unsigned long)kzalloc(alloc_size, GFP_NOWAIT);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists