From: Benjamin Herrenschmidt Date: Wed, 7 May 2008 00:00:55 +0000 (+1000) Subject: [POWERPC] Fix bogus paca->_current initialization X-Git-Tag: v2.6.26-rc2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b70c5a6491dd02263e6d104b72d9b536f987021;p=pandora-kernel.git [POWERPC] Fix bogus paca->_current initialization When doing lockdep, I had two patches to initialize paca->_current early, one bogus, and one correct. Unfortunately both got merged as the bad one ended up being part of the main lockdep patch by mistake. This causes memory corruption at boot. This removes the offending code. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed