
From: Ingo Molnar <mingo@elte.hu>

Now the x86_64 bitop memory clobber problem has been fixed we can remove
this.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/sched.c |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)

diff -puN kernel/sched.c~sched-remove-noinline-workaround kernel/sched.c
--- 25/kernel/sched.c~sched-remove-noinline-workaround	2004-05-31 21:38:05.809129072 -0700
+++ 25-akpm/kernel/sched.c	2004-05-31 21:38:05.823126944 -0700
@@ -1805,11 +1805,8 @@ static runqueue_t *find_busiest_queue(st
  * tasks if there is an imbalance.
  *
  * Called with this_rq unlocked.
- *
- * This function is marked noinline to work around a compiler
- * bug with gcc 3.3.3-hammer on x86-64.
  */
-static int noinline load_balance(int this_cpu, runqueue_t *this_rq,
+static int load_balance(int this_cpu, runqueue_t *this_rq,
 			struct sched_domain *sd, enum idle_type idle)
 {
 	struct sched_group *group;
_
