Merge with Linux 2.5.59.
[linux-2.6/linux-mips.git] / include / asm-alpha / sysinfo.h
blob1c65a021ac3b7e305b0f354f49169a7b43eca40d
1 /*
2 * include/asm-alpha/sysinfo.h
3 */
5 #ifndef __ASM_ALPHA_SYSINFO_H
6 #define __ASM_ALPHA_SYSINFO_H
8 /* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
9 that we support. */
11 #define GSI_UACPROC 8
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
17 #define SSI_NVPAIRS 1
18 #define SSI_IEEE_FP_CONTROL 14
19 #define SSI_IEEE_STATE_AT_SIGNAL 15
20 #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
22 #define SSIN_UACPROC 6
24 #define UAC_BITMASK 7
25 #define UAC_NOPRINT 1
26 #define UAC_NOFIX 2
27 #define UAC_SIGBUS 4
30 #ifdef __KERNEL__
32 /* This is the shift that is applied to the UAC bits as stored in the
33 per-thread flags. See thread_info.h. */
34 #define UAC_SHIFT 6
36 #endif
38 #endif /* __ASM_ALPHA_SYSINFO_H */