Re: [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format

2024-07-05 Thread Catalin Marinas
On Thu, Jul 04, 2024 at 04:36:03PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > This is a straight conversion from the old asm/unistd32.h into the > format used by 32-bit arm and most other architectures, calling scripts > to generate the asm/unistd32.h header and a new asm/syscalls32.h

[PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format

2024-07-04 Thread Arnd Bergmann
From: Arnd Bergmann This is a straight conversion from the old asm/unistd32.h into the format used by 32-bit arm and most other architectures, calling scripts to generate the asm/unistd32.h header and a new asm/syscalls32.h headers. I used a semi-automated text replacement method to do the conve