Linus Torvalds writes: (Summary)
The ptreg version should be done the same way: don't make 'sys_xyz()'
take a struct ptregs, instead make those SYSCALL_DEFINE*() macros
create a _new_ function called 'ptregs_xyz()' and then that function
does the argument unpacking.
does the argument unpacking.
Then the x86 system call table can just be switched over to call those ptreg versions instead.
ptreg versions instead.
Linus
Linus
Linus
does the argument unpacking.
Then the x86 system call table can just be switched over to call those ptreg versions instead.
ptreg versions instead.
Linus
Linus
Linus