]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86, xsave: remove the redundant access_ok() in setup_rt_frame()
authorSuresh Siddha <suresh.b.siddha@intel.com>
Wed, 13 Aug 2008 18:38:13 +0000 (11:38 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 14 Aug 2008 08:56:06 +0000 (10:56 +0200)
commitee2b92a8201a40021ecd1aee6f0625dc03bacc54
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