[IA64] restore_sigcontext is not preempt safe
authorKeith Owens <kaos@sgi.com>
Fri, 1 Jul 2005 05:53:00 +0000 (22:53 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 6 Jul 2005 22:31:15 +0000 (15:31 -0700)
commit2ba3e3e65cf182436757ba13ea8d564e2950fb56
tree7546a5141398e8ecaa493a58a4ca8af11deaf04d
parent7fe4c1b16854f0440939c62b8102cbf5c75e7cdc
[IA64] restore_sigcontext is not preempt safe

restore_sigcontext calls ia64_set_local_fpu_owner() which requires that
preempt be disabled.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/signal.c