mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
x86: signal_64.c: arg for restore_i387_xstate() is void __user *
restore_i387_xstate() is declared as: int restore_i387_xstate(void __user *buf); so, make the variable buf void __user *. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
b2994ef0de
commit
0c40ed7173
1 changed files with 2 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue