Re: [PATCH v2 6/6] powerpc/64: Rename entry_64.S to prom_entry_64.S

2023-05-15 Thread Christophe Leroy
Le 15/05/2023 à 15:17, Nicholas Piggin a écrit : > On Mon May 15, 2023 at 2:45 PM AEST, Nicholas Piggin wrote: >> This file contains only the enter_prom implementation now. >> Trim includes and update header comment while we're here. >> >> Signed-off-by: Nicholas Piggin >> --- >> arch/powerpc/

Re: [PATCH v2 6/6] powerpc/64: Rename entry_64.S to prom_entry_64.S

2023-05-15 Thread Nicholas Piggin
On Mon May 15, 2023 at 2:45 PM AEST, Nicholas Piggin wrote: > This file contains only the enter_prom implementation now. > Trim includes and update header comment while we're here. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/kernel/Makefile | 8 +++-- > .../kernel/{e

[PATCH v2 6/6] powerpc/64: Rename entry_64.S to prom_entry_64.S

2023-05-14 Thread Nicholas Piggin
This file contains only the enter_prom implementation now. Trim includes and update header comment while we're here. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/Makefile | 8 +++-- .../kernel/{entry_64.S => prom_entry_64.S}| 30 ++- scripts/head-o