Re: [PATCH 0/7] kill __KERNEL_SYSCALLS__
From: Haavard Skinnemoen <hidden>
Date: 2006-08-29 09:38:29
Also in:
lkml
From: Haavard Skinnemoen <hidden>
Date: 2006-08-29 09:38:29
Also in:
lkml
On 8/29/06, David Howells [off-list ref] wrote:
Arnd Bergmann [off-list ref] wrote:quoted
Ok, next try. This time a full series that tries to kill off __KERNEL_SYSCALLS__, _syscallX() and the global errno for good.Have you checked uClibc? Does that use _syscallX()?
At least the latest version provides its own set of _syscallX() macros. I removed _syscallX() from the AVR32 kernel a few weeks ago as suggested by David Woodhouse, and uClibc doesn't seem to have a problem with it. Haavard