blob: 0b80e79d75e5460df614e7e3a39d3e2d8046896d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * include/asm-alpha/sysinfo.h
3 */
4
5#ifndef __ASM_ALPHA_SYSINFO_H
6#define __ASM_ALPHA_SYSINFO_H
7
8/* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
9 that we support. */
10
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
16
17#define SSI_NVPAIRS 1
Mans Rullgard50744de2011-08-26 18:52:14 +010018#define SSI_LMF 7
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#define SSI_IEEE_FP_CONTROL 14
20#define SSI_IEEE_STATE_AT_SIGNAL 15
21#define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
22#define SSI_IEEE_RAISE_EXCEPTION 1001 /* linux specific */
23
24#define SSIN_UACPROC 6
25
26#define UAC_BITMASK 7
27#define UAC_NOPRINT 1
28#define UAC_NOFIX 2
29#define UAC_SIGBUS 4
30
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#endif /* __ASM_ALPHA_SYSINFO_H */