]> git.baikalelectronics.ru Git - kernel.git/commit
x86: signal: add __user annotation
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Fri, 27 Feb 2009 18:27:04 +0000 (10:27 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 28 Feb 2009 08:17:29 +0000 (09:17 +0100)
commite695d443860f6c8a08dc77408bf4c8dfe96132a0
tree0e245b04300cb46119be27028bdec42b03949029
parent6447d889c08ce5bf7fc3c20a9e074055c4a527ea
x86: signal: add __user annotation

Impact: cleanup

Add missing __user annotation to the parameter of get_sigframe().
Also change cast type to void __user * of *fpstate.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal.c