[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1250983859.5688.27.camel@raz>
Date: Sun, 23 Aug 2009 02:30:59 +0300
From: raz ben yehuda <raziebe@...il.com>
To: riel@...hat.com
Cc: mingo@...e.hu, peterz@...radead.org, wiseman@...s.biu.ac.il,
lkml <linux-kernel@...r.kernel.org>
Subject: Subject:[ PATCH 002:003] export cpu up
Export cpu_up for offsched driver use
cpu.c | 1 +
1 file changed, 1 insertion(+)
Signed-off-by: raziebe@...il.com
---
--- tmp/linux-2.6.30/kernel/cpu.c 2009-08-22 03:14:42.000000000 +0300
+++ 2.6.30-offsched/kernel/cpu.c 2009-07-25 13:59:19.000000000 +0300
@@ -373,6 +373,7 @@
cpu_maps_update_done();
return err;
}
+EXPORT_SYMBOL(cpu_up);
#ifdef CONFIG_PM_SLEEP_SMP
static cpumask_var_t frozen_cpus;
--
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