On Tue, Nov 04, 2008 at 04:37:25PM +0100, Jan Korbel wrote: > Hmm after cca 10 compilations i can't resume even with vanilla 2.6.26.6 :( > I'll try another one and 2.6.26.5 too.
Can you try to use this patch? It is not nearly nice but the best guess. | --- a/kernel/time/tick-broadcast.c | +++ b/kernel/time/tick-broadcast.c | @@ -508,7 +508,7 @@ static void tick_broadcast_init_next_event(cpumask_t *mask, ktime_t expires) | void tick_broadcast_setup_oneshot(struct clock_event_device *bc) | { | /* Set it up only once ! */ | - if (bc->event_handler != tick_handle_oneshot_broadcast) { | + { | int was_periodic = bc->mode == CLOCK_EVT_MODE_PERIODIC; | int cpu = smp_processor_id(); | cpumask_t mask; Bastian -- The joys of love made her human and the agonies of love destroyed her. -- Spock, "Requiem for Methuselah", stardate 5842.8 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]