Re: [PATCH] powerpc/pseries: move hcall_tracepoint_refcount out of .toc
From: Michael Ellerman <hidden> Date: 2022-10-04 13:57:19
On Mon, 26 Sep 2022 15:38:23 +1000, Nicholas Piggin wrote:
The .toc section is not really intended for arbitrary data. Writable
data in particular prevents making the TOC read-only after relocation.
Move hcall_tracepoint_refcount into the .data section.