Re: [PATCH v2 08/14] powerpc: Use common syscall handler type

2022-08-08 Thread Andrew Donnellan
On Mon, 2022-07-25 at 16:28 +1000, Rohan McLure wrote: > Cause syscall handlers to be typed as follows when called indirectly > throughout the kernel. > > typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned > long, >    unsigned long, unsigned long, unsigned

[PATCH v2 08/14] powerpc: Use common syscall handler type

2022-07-25 Thread Rohan McLure
Cause syscall handlers to be typed as follows when called indirectly throughout the kernel. typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long); Since both 32 and 64-bit abis allow for at least the first