Skip to content
Commit f8850abb authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Fix kernel memory layout regarding position of __gp



Architecturally we need to keep __gp below 0x1000000.

But because of ftrace and tracepoint support, the RO_DATA_SECTION now gets much
bigger than it was before. By moving the linkage tables before RO_DATA_SECTION
we can avoid that __gp gets positioned at a too high address.

Cc: stable@vger.kernel.org # 4.4+
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 65bf34f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment