From: Keith Packard Date: Sun, 10 Jan 2010 04:42:57 +0000 (-0800) Subject: Don't set ao_flash_setup_done until we're actually done. X-Git-Tag: debian/0.6+85+g82fdbfe~15 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=05bb953830604721c9a49dd56256b86f3666b5ff;hp=05bb953830604721c9a49dd56256b86f3666b5ff Don't set ao_flash_setup_done until we're actually done. Because we're accessing this variable outside of the mutex, we need to make sure it isn't set until the data it covers has been initialized. Signed-off-by: Keith Packard ---