https://github.com/torvalds/linux
Revision 1b70c5a6491dd02263e6d104b72d9b536f987021 authored by Benjamin Herrenschmidt on 07 May 2008, 00:00:55 UTC, committed by Paul Mackerras on 09 May 2008, 10:22:58 UTC
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>
1 parent 8af302e
History
Tip revision: 1b70c5a6491dd02263e6d104b72d9b536f987021 authored by Benjamin Herrenschmidt on 07 May 2008, 00:00:55 UTC
[POWERPC] Fix bogus paca->_current initialization
Tip revision: 1b70c5a

back to top