From fe8ed7d5794f6cecc69bb31ab1291e2356d31bcd Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 5 Dec 2016 13:08:12 -0800 Subject: linux-user: Handle ERFKILL and EHWPOISON With definitions for generic, alpha and mips taken from 4.9-rc2. Signed-off-by: Richard Henderson --- linux-user/alpha/target_syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-user/alpha') diff --git a/linux-user/alpha/target_syscall.h b/linux-user/alpha/target_syscall.h index b580fc5..3426cc5 100644 --- a/linux-user/alpha/target_syscall.h +++ b/linux-user/alpha/target_syscall.h @@ -235,6 +235,8 @@ struct target_pt_regs { #define TARGET_ENOTRECOVERABLE 137 #undef TARGET_ERFKILL #define TARGET_ERFKILL 138 +#undef TARGET_EHWPOISON +#define TARGET_EHWPOISON 139 // For sys_osf_getsysinfo #define TARGET_GSI_UACPROC 8 -- cgit v1.1