signal/ia64: Replace FPE_FIXME with FPE_FLTUNK
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 17 Apr 2018 20:45:30 +0000 (15:45 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Apr 2018 15:40:55 +0000 (10:40 -0500)
commit51dd709fee9479bf9a104b3562dadff3094b2f0d
treef25287376906f8ab70ab71648beea45073dd648c
parent4cc13e4f6d441600737a1c8434cea5281c528fcf
signal/ia64: Replace FPE_FIXME with FPE_FLTUNK

Using an si_code of 0 that aliases with SI_USER is clearly the wrong
thing todo, and causes problems in interesting ways.

The newly defined FPE_FLTUNK semantically appears to fit the bill so
use it instead.

Given recent experience in this area odds are it will not
break anything.  Fixing it removes a hazard to kernel maintenance.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Fixes: 987159266c45 ("Linux version 2.3.48")
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/ia64/include/uapi/asm/siginfo.h
arch/ia64/kernel/traps.c