Re: [RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c

2020-04-06 Thread Nicholas Piggin
Christophe Leroy's on April 7, 2020 4:20 am: > > > Le 06/04/2020 à 03:42, Nicholas Piggin a écrit : >> Christophe Leroy's on April 6, 2020 3:44 am: >>> syscall_64.c will be reused almost as is for PPC32. >>> >>> Rename it syscall.c >> >> Don't mind this, but I wonder if we can rename it to inter

Re: [RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c

2020-04-06 Thread Christophe Leroy
Le 06/04/2020 à 03:42, Nicholas Piggin a écrit : Christophe Leroy's on April 6, 2020 3:44 am: syscall_64.c will be reused almost as is for PPC32. Rename it syscall.c Don't mind this, but I wonder if we can rename it to interrupt.c. Interrupt for me is irq. Maybe exception.c ? Exception

Re: [RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c

2020-04-05 Thread Nicholas Piggin
Christophe Leroy's on April 6, 2020 3:44 am: > syscall_64.c will be reused almost as is for PPC32. > > Rename it syscall.c Don't mind this, but I wonder if we can rename it to interrupt.c. A system call is a type of interrupt. Thanks, Nick

[RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c

2020-04-05 Thread Christophe Leroy
syscall_64.c will be reused almost as is for PPC32. Rename it syscall.c Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/Makefile| 2 +- arch/powerpc/kernel/{syscall_64.c => syscall.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/powerpc/kernel/{sy