x86: signal_64.c: arg for restore_i387_xstate() is void __user *
commit0c40ed71736c20f447843b3c96b715bb9c4904d7
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 10 Sep 2008 00:21:17 +0000 (9 17:21 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Sep 2008 06:28:23 +0000 (10 08:28 +0200)
tree5805764eeeff588ff5c0aef0618c2c0c01a65359
parentb2994ef0de252d41f1511e5f87704bedda12dabc
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>
arch/x86/kernel/signal_64.c