From: Mel Gorman Date: Fri, 5 Mar 2010 21:42:16 +0000 (-0800) Subject: mm: document /sys/devices/system/node/nodeX X-Git-Tag: firefly_0821_release~9833^2~2977 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e7c84ee22b8321fa0130a53d4c9806474d62eff0;p=firefly-linux-kernel-4.4.55.git mm: document /sys/devices/system/node/nodeX Add a bare description of what /sys/devices/system/node/nodeX is. Others will follow in time but right now, none of that tree is documented. The existence of this file might at least encourage people to document new entries. Signed-off-by: Mel Gorman Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/ABI/stable/sysfs-devices-node b/Documentation/ABI/stable/sysfs-devices-node new file mode 100644 index 000000000000..49b82cad7003 --- /dev/null +++ b/Documentation/ABI/stable/sysfs-devices-node @@ -0,0 +1,7 @@ +What: /sys/devices/system/node/nodeX +Date: October 2002 +Contact: Linux Memory Management list +Description: + When CONFIG_NUMA is enabled, this is a directory containing + information on node X such as what CPUs are local to the + node.