Hi, o Initialize rt.nr_running and rt.nr_uninterruptible fields explicitly. Signed-off-by: Ankita Garg <ankita@in.ibm.com> Index: linux-2.6.24.3/kernel/sched.c =================================================================== --- linux-2.6.24.3.orig/kernel/sched.c 2008-03-23 19:13:16.000000000 +0530 +++ linux-2.6.24.3/kernel/sched.c 2008-03-23 19:13:40.000000000 +0530 @@ -7333,6 +7333,8 @@ rq->cpu = i; rq->migration_thread = NULL; INIT_LIST_HEAD(&rq->migration_queue); + rq->rt.nr_running = 0; + rq->rt.nr_uninterruptible = 0; rq->rt.highest_prio = MAX_RT_PRIO; rq->rt.overloaded = 0; rq_attach_root(rq, &def_root_domain); -- Regards, Ankita Garg (ankita@in.ibm.com) Linux Technology Center IBM India Systems & Technology Labs, Bangalore, India --
| Davide Libenzi | [patch 7/8] fdmap v2 - implement sys_socket2 |
| Greg Kroah-Hartman | [PATCH 018/196] coda: convert struct class_device to struct device |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| David Newall | Re: Slow DOWN, please!!! |
git: | |
| Christoph Lameter | Network latency regressions from 2.6.22 to 2.6.29 |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
