From df45b1343c0e85b566e674a8976eb2969256700f Mon Sep 17 00:00:00 2001 From: Russ Anderson Date: Tue, 2 Sep 2008 14:36:09 -0700 Subject: [PATCH] --- yaml --- r: 109423 b: refs/heads/master c: 8b3a8944a9c0f2a3afc1678798b44f0442924a37 h: refs/heads/master i: 109421: 27a7a25c1c578c8ea1abf7fef1a1a824dfd9d253 109419: 6cf88212c2fd2aa26ce987e3c732f96308c78557 109415: a423701f7f891ba541d13dec0568538817bbd3d7 109407: edd50a9cb9d403e437850d67b6a2794e8eba083c v: v3 --- [refs] | 2 +- .../ABI/testing/sysfs-firmware-sgi_uv | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 trunk/Documentation/ABI/testing/sysfs-firmware-sgi_uv diff --git a/[refs] b/[refs] index 479a7762b14b..f6a942aa8340 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb8fb4e6840ecebdc61f7ebd0653187e7128dde5 +refs/heads/master: 8b3a8944a9c0f2a3afc1678798b44f0442924a37 diff --git a/trunk/Documentation/ABI/testing/sysfs-firmware-sgi_uv b/trunk/Documentation/ABI/testing/sysfs-firmware-sgi_uv new file mode 100644 index 000000000000..4573fd4b7876 --- /dev/null +++ b/trunk/Documentation/ABI/testing/sysfs-firmware-sgi_uv @@ -0,0 +1,27 @@ +What: /sys/firmware/sgi_uv/ +Date: August 2008 +Contact: Russ Anderson +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