commit | 1b70c5a6491dd02263e6d104b72d9b536f987021 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 07 10:00:55 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri May 09 20:22:58 2008 +1000 |
tree | e6645be06c6262d9a743b2663b53035dacd63521 | |
parent | 8af302e2dc91d4229968b8eedd4b45c0dd9fc717 [diff] |
[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 <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>