From: Alan Cox Date: Thu, 22 Sep 2011 12:20:57 +0000 (+0100) Subject: staging: gma500: frame buffer locking X-Git-Tag: v3.2-rc1~169^2^2~359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e285bedb20cc0cfe999e1b285ab31a19e1902c;p=pandora-kernel.git staging: gma500: frame buffer locking If we are the console then a printk can hit us with a spin lock held (and in fact the kernel will do its best to take printing lock). In that case we cannot politely sleep when synching after an accelerated op but must behave obnixously to be sure of getting the bits out. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed