* Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:..
On Tue, 2009-02-03 at 22:19 -0800, Christian Borntraeger wrote:Am Tuesday 03 February 2009 13:28:47 schrieb Ingo Molnar:Thanks Christian for testing the fix. Ingo, appended is the updated patch. Thanks.Suresh,Could you please resubmit an updated patch?+ if (!cpu_active(cpu) {That does not compile...I used the following:
if (!cpu_active(cpu)) {
can you send the updated patch? After all, its your work and we need your
Signed-off-by anyway.
You can add my
Reported-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>
Tested-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>
applied to tip:sched/urgent, thanks guys!
Ingo