Re: [PATCH 6/7] remove all remaining _syscallX macros
From: David Miller <davem@davemloft.net>
Date: 2006-08-28 08:19:28
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2006-08-28 08:19:28
Also in:
lkml
From: Andi Kleen <redacted> Date: Mon, 28 Aug 2006 10:15:38 +0200
I see it as the reference implementation of the kernel system call ABI
I see it as duplication because the person who writes the kernel is the one who ends up writing the libc syscall bits or explains to the libc person for that arch how things work. And once one libc implmenetation of this exists, it can be used as a reference for other libc variants. Finally, once it's done, it's done, and that's it.