diff options
author | Sourabh Jain <sourabhjain@linux.ibm.com> | 2019-12-11 19:09:08 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-02-19 13:07:10 +0300 |
commit | 8852c07a881b0acfd3d75cf3927adaab815c4ee5 (patch) | |
tree | c734590f47ec59d8109ed40c484dd5ef34e75d42 /Documentation/ABI | |
parent | d418b19f34ed0c751a69810080596f7e749595aa (diff) | |
download | linux-8852c07a881b0acfd3d75cf3927adaab815c4ee5.tar.xz |
powerpc/powernv: Move core and fadump_release_opalcore under new kobject
The /sys/firmware/opal/core and /sys/kernel/fadump_release_opalcore
sysfs files are used to export and release the OPAL memory on PowerNV
platform. let's organize them into a new kobject under
/sys/firmware/opal/mpipl/ directory.
A symlink is added to maintain the backward compatibility for
/sys/firmware/opal/core sysfs file.
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191211160910.21656-5-sourabhjain@linux.ibm.com
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/removed/sysfs-kernel-fadump_release_opalcore (renamed from Documentation/ABI/testing/sysfs-kernel-fadump_release_opalcore) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-kernel-fadump_release_opalcore b/Documentation/ABI/removed/sysfs-kernel-fadump_release_opalcore index 53313c1d4e7a..a8d46cd0f4e6 100644 --- a/Documentation/ABI/testing/sysfs-kernel-fadump_release_opalcore +++ b/Documentation/ABI/removed/sysfs-kernel-fadump_release_opalcore @@ -1,3 +1,5 @@ +This ABI is moved to /sys/firmware/opal/mpipl/release_core. + What: /sys/kernel/fadump_release_opalcore Date: Sep 2019 Contact: linuxppc-dev@lists.ozlabs.org |