[RFC/PATCH 3/3] arm: omap: convert omap boot_lock to raw

2013-08-01 Thread Felipe Balbi
From: Frank Rowand frank.row...@am.sony.com The omap boot_lock is used by the secondary processor startup code. The locking task is the idle thread, which has idle-sched_class == idle_sched_class. idle_sched_class-enqueue_task == NULL, so if the idle task blocks on the lock, the attempt to wake

Re: [RFC/PATCH 3/3] arm: omap: convert omap boot_lock to raw

2013-08-01 Thread Russell King - ARM Linux
On Thu, Aug 01, 2013 at 03:12:45PM +0300, Felipe Balbi wrote: From: Frank Rowand frank.row...@am.sony.com The omap boot_lock is used by the secondary processor startup code. The locking task is the idle thread, which has idle-sched_class == idle_sched_class. idle_sched_class-enqueue_task