OSDN Git Service

signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 19 Apr 2018 00:15:59 +0000 (19:15 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 3 Oct 2018 14:42:13 +0000 (16:42 +0200)
commit018303a931a89b91dacd76140b8ebe51893dc5fe
treec8033044cf13b9ab8e2d5744363ccb6c4cbff236
parentf040d23c81860e59deef2089669f8ef330541f69
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h

When moving all of the architectures specific si_codes into
siginfo.h, I apparently overlooked EMT_TAGOVF.  Move it now.

Remove the now redundant test in siginfo_layout for SIGEMT
as now NSIGEMT is always defined.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/sparc/include/uapi/asm/siginfo.h
include/uapi/asm-generic/siginfo.h
kernel/signal.c