Home
last modified time | relevance | path

Searched hist:"1599 e8fc84dd9c2954df0d4b2db52f7f6719f339" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsyscall.hdiff 1599e8fc84dd9c2954df0d4b2db52f7f6719f339 Mon Aug 05 17:02:35 CDT 2013 Andi Kleen <ak@linux.intel.com> x86: Fix sys_call_table type in asm/syscall.h

Make the sys_call_table type defined in asm/syscall.h match
the definition in syscall_64.c

v2: include asm/syscall.h in syscall_64.c too. I left uml alone
because it doesn't have an syscall.h on its own and including
the native one leads to other errors.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-2-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Richard Weinberger <richard@nod.at>