Re: [PATCH] powerpc: split compat syscall table out from native table

2018-12-05 Thread Michael Ellerman
Arnd Bergmann writes: > PowerPC uses a syscall table with native and compat calls interleaved, > which is a slightly simpler way to define two matching tables. > > As we move to having the tables generated, that advantage is no longer > important, but the interleaved table gets in the way of

[PATCH] powerpc: split compat syscall table out from native table

2018-12-04 Thread Arnd Bergmann
PowerPC uses a syscall table with native and compat calls interleaved, which is a slightly simpler way to define two matching tables. As we move to having the tables generated, that advantage is no longer important, but the interleaved table gets in the way of using the same scripts as on the