-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 109423 b: refs/heads/master c: 8b3a894 h: refs/heads/master i: 109421: 27a7a25 109419: 6cf8821 109415: a423701 109407: edd50a9 v: v3
- Loading branch information
Russ Anderson
authored and
Linus Torvalds
committed
Sep 3, 2008
1 parent
1841b95
commit df45b13
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bb8fb4e6840ecebdc61f7ebd0653187e7128dde5 | ||
refs/heads/master: 8b3a8944a9c0f2a3afc1678798b44f0442924a37 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
What: /sys/firmware/sgi_uv/ | ||
Date: August 2008 | ||
Contact: Russ Anderson <rja@sgi.com> | ||
Description: | ||
The /sys/firmware/sgi_uv directory contains information | ||
about the SGI UV platform. | ||
|
||
Under that directory are a number of files: | ||
|
||
partition_id | ||
coherence_id | ||
|
||
The partition_id entry contains the partition id. | ||
SGI UV systems can be partitioned into multiple physical | ||
machines, which each partition running a unique copy | ||
of the operating system. Each partition will have a unique | ||
partition id. To display the partition id, use the command: | ||
|
||
cat /sys/firmware/sgi_uv/partition_id | ||
|
||
The coherence_id entry contains the coherence id. | ||
A partitioned SGI UV system can have one or more coherence | ||
domain. The coherence id indicates which coherence domain | ||
this partition is in. To display the coherence id, use the | ||
command: | ||
|
||
cat /sys/firmware/sgi_uv/coherence_id |