]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit700e3f2f62e65ad092cc03b4fd0ba3c84a81526a
treea2c82540f86100478094764fd2ecd81d7551b205
parentec129b06a69b88dff715116f6934e16360ffd24f
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]