Ingo Molnar
5cbd54ef47
sched: fix init_idle()'s use of sched_clock()
...
Maciej Rutecki reported:
> I have this bug during suspend to disk:
>
> [ 188.592151] Enabling non-boot CPUs ...
> [ 188.592151] SMP alternatives: switching to SMP code
> [ 188.666058] BUG: using smp_processor_id() in preemptible
> [00000000]
> code: suspend_to_disk/2934
> [ 188.666064] caller is native_sched_clock+0x2b/0x80
Which, as noted by Linus, was caused by me, via:
7cbaef9c "sched: optimize sched_clock() a bit"
Move the rq locking a bit earlier in the initialization sequence,
that will make the sched_clock() call in init_idle() non-preemptible.
Reported-by: Maciej Rutecki <maciej.rutecki@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-12 20:05:50 +01:00
..
2008-10-22 07:37:17 +02:00
2008-11-01 12:40:38 -07:00
2008-11-10 22:39:27 +01:00
2008-11-11 09:16:20 +01:00
2008-10-13 09:51:42 -07:00
2008-10-23 05:12:53 -04:00
2008-10-13 09:51:42 -07:00
2008-10-20 08:52:38 -07:00
2008-10-30 11:38:45 -07:00
2008-11-06 15:41:19 -08:00
2008-10-20 13:14:06 +02:00
2008-10-20 08:52:34 -07:00
2008-11-06 09:05:33 +01:00
2008-10-20 08:52:39 -07:00
2008-08-22 08:34:53 +02:00
2008-10-16 11:21:30 -07:00
2008-10-23 14:30:41 +04:00
2008-11-11 08:01:43 +01:00
2008-10-22 09:48:06 +02:00
2008-10-30 11:38:45 -07:00
2008-09-11 07:17:00 -07:00
2008-11-11 10:46:42 +01:00
2008-09-14 16:25:35 +02:00
2008-10-16 11:21:32 -07:00
2008-10-20 08:52:34 -07:00
2008-10-20 15:28:50 -07:00
2008-10-06 13:50:59 -05:00
2008-10-16 12:38:34 -07:00
2008-10-16 11:21:52 -07:00
2008-10-16 11:21:31 -07:00
2008-10-20 13:35:07 -07:00
2008-08-26 10:37:46 +02:00
2008-10-28 11:19:07 +01:00
2008-10-22 09:08:14 +02:00
2008-10-14 10:38:45 +02:00
2008-10-23 12:04:37 -07:00
2008-10-14 10:34:22 +02:00
2008-08-23 12:14:12 -07:00
2008-10-22 10:00:25 +11:00
2008-10-23 12:09:00 -07:00
2008-09-02 19:21:38 -07:00
2008-09-02 19:21:40 -07:00
2008-09-23 13:38:44 +02:00
2008-10-22 09:48:06 +02:00
2008-10-23 21:54:29 +02:00
2008-10-30 11:38:46 -07:00
2008-10-20 08:52:39 -07:00
2008-10-03 10:41:00 +02:00
2008-10-21 15:59:53 +02:00
2008-10-20 08:52:40 -07:00
2008-10-20 12:51:53 -07:00
2008-11-01 09:53:58 -07:00
2008-09-05 21:35:13 -07:00
2008-10-10 11:17:04 +02:00
2008-11-10 10:51:51 +01:00
2008-11-11 11:57:22 +01:00
2008-11-05 10:30:14 +01:00
2008-10-22 10:01:52 +02:00
2008-10-24 12:48:46 +02:00
2008-10-23 12:04:37 -07:00
2008-11-12 20:05:50 +01:00
2008-10-30 11:38:46 -07:00
2008-11-06 08:41:56 +01:00
2008-11-10 22:36:39 +01:00
2008-10-16 11:21:31 -07:00
2008-10-25 19:53:38 -07:00
2008-10-16 11:21:51 -07:00
2008-10-22 09:48:06 +02:00
2008-10-27 10:50:54 +01:00
2008-09-05 21:34:57 -07:00
2008-11-06 08:42:48 +01:00
2008-10-27 16:45:46 +01:00
2008-08-23 12:14:12 -07:00
2008-08-19 13:10:09 +02:00
2008-10-16 11:21:47 -07:00
2008-08-23 12:14:12 -07:00
2008-10-16 11:21:31 -07:00
2008-11-06 09:05:33 +01:00