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.cDon't mind this, but I wonder if we can rename it to interrupt.c.
Interrupt for me is irq. Maybe exception.c ? Exceptions, that's what interrupts and system calls are. Christophe