powerpc/rtas: Move rtas entry assembly into its own file
authorNicholas Piggin <npiggin@gmail.com>
Tue, 8 Mar 2022 13:50:34 +0000 (23:50 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 19 May 2022 13:11:27 +0000 (23:11 +1000)
commit838ee286ecc9a3c76e6bd8f5aaad0c8c5c66b9ca
treea2c82540f86100478094764fd2ecd81d7551b205
parent2896b2dff49d0377e4372f470dcddbcb26f2be59
powerpc/rtas: Move rtas entry assembly into its own file

This makes working on the code a bit easier.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220308135047.478297-2-npiggin@gmail.com
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/entry_64.S
arch/powerpc/kernel/rtas_entry.S [new file with mode: 0644]