diff options
author | Firoz Khan <firoz.khan@linaro.org> | 2018-12-17 16:10:35 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-21 14:46:50 +1100 |
commit | fbf508da744053ff289777d6dd6e11ca8682be49 (patch) | |
tree | b61178f92da375be24c4d38941df6d7d0987978a /arch/powerpc/kernel/syscalls | |
parent | a11b763d617070a88267e2102e975b2cfc99b5a7 (diff) |
powerpc: split compat syscall table out from native table
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 other archit-
ectures.
Split out a new compat_sys_call_table symbol that contains
all the compat calls, and leave the main table for the nat-
ive calls, to more closely match the method we use every-
where else.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/syscalls')
0 files changed, 0 insertions, 0 deletions