From: Rusty Russell Date: Sat, 13 Jun 2009 04:27:00 +0000 (-0600) Subject: lguest: get more serious about wmb() in example Launcher code X-Git-Tag: v2.6.31-rc1~368^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7027c6387d0c3acf569845165ec7947e2083c82;p=pandora-kernel.git lguest: get more serious about wmb() in example Launcher code Since the Launcher process runs the Guest, it doesn't have to be very serious about its barriers: the Guest isn't running while we are (Guest is UP). Before we change to use threads to service devices, we need to fix this. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed