2 * include/asm-alpha/sysinfo.h
5 #ifndef __ASM_ALPHA_SYSINFO_H
6 #define __ASM_ALPHA_SYSINFO_H
8 /* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
12 #define GSI_IEEE_FP_CONTROL 45
13 #define GSI_IEEE_STATE_AT_SIGNAL 46
14 #define GSI_PROC_TYPE 60
15 #define GSI_GET_HWRPB 101
18 #define SSI_IEEE_FP_CONTROL 14
19 #define SSI_IEEE_STATE_AT_SIGNAL 15
20 #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
21 #define SSI_IEEE_RAISE_EXCEPTION 1001 /* linux specific */
23 #define SSIN_UACPROC 6
33 /* This is the shift that is applied to the UAC bits as stored in the
34 per-thread flags. See thread_info.h. */
39 #endif /* __ASM_ALPHA_SYSINFO_H */