From: Arnaldo Carvalho de Melo Date: Wed, 9 Feb 2011 13:38:43 +0000 (-0200) Subject: perf ui: Serialize screen updates X-Git-Tag: v2.6.39-rc1~510^2~62^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c35d69fb60b1dc49595f5b9a2c7158283e9eaf3;p=pandora-kernel.git perf ui: Serialize screen updates The ui operations so far were used by just one thread, but 'perf top --tui' now has two threads updating the screen, so we need to use a mutex to avoid garbling the screen. Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed