kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Guenter Roeck <linux@roeck-us.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1a0df59444
commit
1043f65a57
@ -1661,8 +1661,7 @@ struct compat_sysinfo {
|
|||||||
char _f[20-2*sizeof(u32)-sizeof(int)];
|
char _f[20-2*sizeof(u32)-sizeof(int)];
|
||||||
};
|
};
|
||||||
|
|
||||||
asmlinkage long
|
COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info)
|
||||||
compat_sys_sysinfo(struct compat_sysinfo __user *info)
|
|
||||||
{
|
{
|
||||||
struct sysinfo s;
|
struct sysinfo s;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user