Re: [PATCH] powerpc/pseries: move hcall_tracepoint_refcount out of .toc

2022-10-04 Thread Michael Ellerman
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. > > Applied to powerpc/next. [1/1]

[PATCH] powerpc/pseries: move hcall_tracepoint_refcount out of .toc

2022-09-25 Thread Nicholas Piggin
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. Signed-off-by: Nicholas Piggin --- This is split out from "[v2,2/5] powerpc/64: asm use consistent glo