Cc: Jeremy Fitzhardinge <jeremy@...>, Ingo Molnar <mingo@...>, Andrew Morton <akpm@...>, H. Peter Anvin <hpa@...>, Christoph Lameter <cl@...>, Jack Steiner <steiner@...>, <linux-kernel@...>
Given that we have not yet understood the weird failure case. This patch needs
to be split in two.
- make the current per cpu variable section zero based.
- Move the pda into the per cpu variable section.
There are too many variables at present the reported failure cases to
guess what is really going on.
We can not optimize the per cpu variable accesses until the pda moves
but we can easily test for linker and tool chain bugs with zero
based pda segment itself.
Eric
--