]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/40x: Make more space for system call exception
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 9 May 2020 17:05:11 +0000 (17:05 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 12 May 2020 11:22:11 +0000 (21:22 +1000)
commit639f85a9522628a643c4cabaea9d1422e609855d
treeb790402c63929474b5805f95c19f55616e4840c2
parenta87efc33e0d9ab30d59bc382539462e4a80ccaf3
powerpc/40x: Make more space for system call exception

When CONFIG_VIRT_CPU_ACCOUNTING is selected, system call exception
handler doesn't fit below 0xd00 and build fails.

As exception 0xd00 doesn't exist and is never generated by 40x,
comment it out in order to get more space for system call exception.

Fixes: 697adb345619 ("powerpc/32: Warn and return ENOSYS on syscalls from kernel")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/633165d72f75b4ef4c0901aebe99d3915c93e9a2.1589043863.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/head_40x.S