xref: /OK3568_Linux_fs/kernel/Documentation/ABI/testing/sysfs-firmware-sgi_uv (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunWhat:		/sys/firmware/sgi_uv/
2*4882a593SmuzhiyunDate:		August 2008
3*4882a593SmuzhiyunContact:	Russ Anderson <rja@sgi.com>
4*4882a593SmuzhiyunDescription:
5*4882a593Smuzhiyun		The /sys/firmware/sgi_uv directory contains information
6*4882a593Smuzhiyun		about the SGI UV platform.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun		Under that directory are a number of files::
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun			partition_id
11*4882a593Smuzhiyun			coherence_id
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun		The partition_id entry contains the partition id.
14*4882a593Smuzhiyun		SGI UV systems can be partitioned into multiple physical
15*4882a593Smuzhiyun		machines, which each partition running a unique copy
16*4882a593Smuzhiyun		of the operating system.  Each partition will have a unique
17*4882a593Smuzhiyun		partition id.  To display the partition id, use the command::
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun			cat /sys/firmware/sgi_uv/partition_id
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun		The coherence_id entry contains the coherence id.
22*4882a593Smuzhiyun		A partitioned SGI UV system can have one or more coherence
23*4882a593Smuzhiyun		domain.  The coherence id indicates which coherence domain
24*4882a593Smuzhiyun		this partition is in.  To display the coherence id, use the
25*4882a593Smuzhiyun		command::
26*4882a593Smuzhiyun
27*4882a593Smuzhiyun			cat /sys/firmware/sgi_uv/coherence_id
28