aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/config.py
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2015-12-11 11:04:31 +0000
committerWill Deacon <[email protected]>2015-12-11 17:33:21 +0000
commitf00083cae331e5d3eecade6b4fdc35d0825e73ef (patch)
treec991e1041947ba9c561579279a522b92fbd84df4 /scripts/gdb/linux/config.py
parent4a6ccf30263f4e265c0f171561bf4c40bed5f273 (diff)
arm64: mm: place __cpu_setup in .text
We drop __cpu_setup in .text.init, which ends up being part of .text. The .text.init section was a legacy section name which has been unused elsewhere for a long time. The ".text.init" name is misleading if read as a synonym for ".init.text". Any CPU may execute __cpu_setup before turning the MMU on, so it should simply live in .text. Remove the pointless section assignment. This will leave __cpu_setup in the .text section. Signed-off-by: Mark Rutland <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions