diff options
author | 2025-02-25 20:06:15 -0800 | |
---|---|---|
committer | 2025-02-25 20:06:15 -0800 | |
commit | 5c76a2e4baae7a3f76ad2cdaef5c59871bcfb2b6 (patch) | |
tree | 1fb495bb1d94a8389dd62068d79297e6377151b6 | |
parent | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (diff) | |
parent | cxl: Fix cross-reference in documentation and add deprecation warning (diff) | |
download | wireguard-linux-5c76a2e4baae7a3f76ad2cdaef5c59871bcfb2b6.tar.xz wireguard-linux-5c76a2e4baae7a3f76ad2cdaef5c59871bcfb2b6.zip |
Merge tag 'powerpc-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fix from Madhavan Srinivasan:
- Fix for cross-reference in documentation and deprecation warning
Thanks to Andrew Donnellan and Bagas Sanjaya.
* tag 'powerpc-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
cxl: Fix cross-reference in documentation and add deprecation warning
Diffstat (limited to '')
-rw-r--r-- | Documentation/arch/powerpc/cxl.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/arch/powerpc/cxl.rst b/Documentation/arch/powerpc/cxl.rst index d2d77057610e..778adda740d2 100644 --- a/Documentation/arch/powerpc/cxl.rst +++ b/Documentation/arch/powerpc/cxl.rst @@ -18,6 +18,7 @@ Introduction both access system memory directly and with the same effective addresses. + **This driver is deprecated and will be removed in a future release.** Hardware overview ================= @@ -453,7 +454,7 @@ Sysfs Class A cxl sysfs class is added under /sys/class/cxl to facilitate enumeration and tuning of the accelerators. Its layout is - described in Documentation/ABI/testing/sysfs-class-cxl + described in Documentation/ABI/obsolete/sysfs-class-cxl Udev rules |