commit | 7b30d281b9c115890c75d11eaf06881261c256da | [log] [tgz] |
---|---|---|
author | Vitaly Wool <vitalywool@gmail.com> | Thu Dec 07 20:08:02 2006 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Mon Dec 11 09:48:16 2006 +0100 |
tree | 79fa9f88fd469fb61b796a1b4d027ef2c11425e0 | |
parent | f3a8efa90b1aab16ead76ad7e22d9c5fc2045400 [diff] |
mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal Currently on SD/MMC card removal the system exhibits the following message (the platform is ARM Versatile): prev->state: 2 != TASK_RUNNING?? mmcqd/762[CPU#0]: BUG in __schedule at linux-2.6/kernel/sched.c:3826 (akpm: someone tried to fix this, but it's still wrong) Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>