docs: move sparc documentation under Documentation/arch/
Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/sparc into arch/ and fix all in-tree references. Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
87670c5770
commit
1a2ac6d7ec
|
@ -23,6 +23,6 @@ implementation.
|
|||
../riscv/index
|
||||
../s390/index
|
||||
../sh/index
|
||||
../sparc/index
|
||||
sparc/index
|
||||
x86/index
|
||||
xtensa/index
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* the recommended way for applications to use the coprocessor, and
|
||||
* the driver interface is not intended for general use.
|
||||
*
|
||||
* See Documentation/sparc/oradax/oracle-dax.rst for more details.
|
||||
* See Documentation/arch/sparc/oradax/oracle-dax.rst for more details.
|
||||
*/
|
||||
|
||||
#include <linux/uaccess.h>
|
||||
|
|
Loading…
Reference in New Issue