| What: /sys/devices/system/memory |
| Contact: Badari Pulavarty <pbadari@us.ibm.com> |
| The /sys/devices/system/memory contains a snapshot of the |
| internal state of the kernel memory blocks. Files could be |
| added or removed dynamically to represent hot-add/remove |
| Users: hotplug memory add/remove tools |
| https://w3.opensource.ibm.com/projects/powerpc-utils/ |
| What: /sys/devices/system/memory/memoryX/removable |
| Contact: Badari Pulavarty <pbadari@us.ibm.com> |
| The file /sys/devices/system/memory/memoryX/removable |
| indicates whether this memory block is removable or not. |
| This is useful for a user-level agent to determine |
| identify removable sections of the memory before attempting |
| potentially expensive hot-remove memory operation |
| Users: hotplug memory remove tools |
| https://w3.opensource.ibm.com/projects/powerpc-utils/ |