[PATCH] MIPS: restore INLINE_SYSCALL macro

Austin Foxley austinf at cetoncorp.com
Tue Apr 27 16:05:25 UTC 2010


On 04/06/2010 08:56 AM, Gabor Juhos wrote:
> The ideal solution would to fix the 'internal_syscall' macros to generate
> correct code for the NCS case as well. However the INLINE_SYSCALL macro
> generates smaller code if the syscall number is constant, so it is
> useful in such cases.
> 
> Additionally, the current INLINE_SYSCALL_NCS in the 'mips/bits/syscall.h'
> is a duplicate of the one in the 'common/bits/syscalls-common.h' so it
> should be removed anyway.
> ---
>  libc/sysdeps/linux/mips/bits/syscalls.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks, Applied. Can someone with a MIPS test setup confirm this fix
with current HEAD?

-Austin


More information about the uClibc mailing list