diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-25 20:06:15 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-25 20:06:15 -0800 |
| commit | 5c76a2e4baae7a3f76ad2cdaef5c59871bcfb2b6 (patch) | |
| tree | 1fb495bb1d94a8389dd62068d79297e6377151b6 | |
| parent | ac9c34d1e45a4c25174ced4fc0cfc33ff3ed08c7 (diff) | |
| parent | eff2eb592efd73f00590d578c3d6021f604df62c (diff) | |
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
| -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 |
