On Thu, 05 Dec 2024 01:37:14 +0900, Johannes Berg wrote:
> > arch/x86/um/do_syscall_64.c | 37 +++++++++++ > > arch/x86/um/entry_64.S | 87 +++++++++++++++++++++++++ > > > > As I said before, I think it needs to be something obviously nommu. > Maybe in a new directory, or maybe nommu_syscall_64.c or something like > that. agree. I will make a directory for that. > Also needs comment style fixes and I'm not sure about all the > pr_debug(), but I guess they don't matter unless someone defines it? if you meant to the commented `//#define DEBUG` line, I will remove it. -- Hajime