diff options
| author | Richard Henderson <rth@kanga.twiddle.home> | 2004-09-05 04:05:06 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-05 04:05:06 -0700 |
| commit | f8ab48a7de37b1e97be3d8c776ef465a866ab102 (patch) | |
| tree | 8c49f2a4d5dfbf9e0bed3bd5e7ad93736c199eb5 /include | |
| parent | 30bf4cdddb295da07b07e90bcc398c47735318bf (diff) | |
[ALPHA] Fix raising of ieee exceptions from userland software.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/sysinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/sysinfo.h b/include/asm-alpha/sysinfo.h index 1c65a021ac3b..086aba284df2 100644 --- a/include/asm-alpha/sysinfo.h +++ b/include/asm-alpha/sysinfo.h @@ -18,6 +18,7 @@ #define SSI_IEEE_FP_CONTROL 14 #define SSI_IEEE_STATE_AT_SIGNAL 15 #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16 +#define SSI_IEEE_RAISE_EXCEPTION 1001 /* linux specific */ #define SSIN_UACPROC 6 |
