Re: powerpc/modules: remove unused mod_arch_specific.toc field

2018-06-01 Thread Michael Ellerman
On Fri, 2018-05-25 at 03:48:34 UTC, Josh Poimboeuf wrote: > The toc field in the mod_arch_specific struct isn't actually used > anywhere, so remove it. > > Also the ftrace-specific fields are now common between 32-bit and > 64-bit, so simplify the struct definition a bit by moving them out of > th

Re: [PATCH] powerpc/modules: remove unused mod_arch_specific.toc field

2018-05-24 Thread Kamalesh Babulal
On Friday 25 May 2018 09:18 AM, Josh Poimboeuf wrote: The toc field in the mod_arch_specific struct isn't actually used anywhere, so remove it. Also the ftrace-specific fields are now common between 32-bit and 64-bit, so simplify the struct definition a bit by moving them out of the __powerpc64_

[PATCH] powerpc/modules: remove unused mod_arch_specific.toc field

2018-05-24 Thread Josh Poimboeuf
The toc field in the mod_arch_specific struct isn't actually used anywhere, so remove it. Also the ftrace-specific fields are now common between 32-bit and 64-bit, so simplify the struct definition a bit by moving them out of the __powerpc64__ #ifdef. Signed-off-by: Josh Poimboeuf --- arch/powe