Re: [PATCH 07/14] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()

From: Ian Munsie
Date: Mon May 24 2010 - 03:06:17 EST


Excerpts from Jason Baron's message of Wed Mar 17 04:46:42 +1100 2010:
<snip>
> + SYSCALL_METADATA(syscall, compat_sys_##sname, x); \
> + asmlinkage long syscall(__SC_DECL##x(__VA_ARGS__))
> +#else
> +#define COMPAT_SYSCALL_DEFINEx(x, sname, ...) \

I think that should be:
#define COMPAT_SYSCALL_DEFINEx(x, syscall, sname, ...)

To avoid breaking archs without compat syscalls.

Cheers,
-Ian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/