x86, xsave: remove the redundant access_ok() in setup_rt_frame()
commitee2b92a8201a40021ecd1aee6f0625dc03bacc54
authorSuresh Siddha <suresh.b.siddha@intel.com>
Wed, 13 Aug 2008 18:38:13 +0000 (13 11:38 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Aug 2008 08:56:06 +0000 (14 10:56 +0200)
tree083f53ce26f20736968af50bf96da3ebb247b334
parentd4439087d316613548c70472291bf4ca646ce24b
x86, xsave: remove the redundant access_ok() in setup_rt_frame()

save_i387_xstate() is already doing the required access_ok(). Remove
the redundant access_ok() before it.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal_64.c