]> 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)
commitd23850eb7d45f60fac549db9469301267e78157f
treea2c82540f86100478094764fd2ecd81d7551b205
parent920545f5ae9df937f4aea14c6c56fec50d8428e6
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]