From: Benjamin Herrenschmidt Date: Tue, 15 May 2007 04:16:26 +0000 (+1000) Subject: [POWERPC] Add spinlock to request_phb_iospace() X-Git-Tag: v2.6.22-rc2~7^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017e3c53f116d6a0741a21624924528dc9f98418;p=pandora-kernel.git [POWERPC] Add spinlock to request_phb_iospace() request_phb_iospace() can be called from different CPUs at init time (at least with my next patch) and thus needs a spinlock. As for the next patch, this is a temporary workaround for 2.6.22 issues until my rewrite of IO mappings is ready (for 2.6.23) Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed