Pārlūkot izejas kodu

docs: Remove remaining references to metag

Remove any remaining references to the Meta architecture in
Documentation/, primarily from Documentation/features/.

Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-metag@vger.kernel.org
Cc: linux-doc@vger.kernel.org
James Hogan 7 gadi atpakaļ
vecāks
revīzija
6a7676852e
44 mainītis faili ar 1 papildinājumiem un 44 dzēšanām
  1. 1 1
      Documentation/dev-tools/kmemleak.rst
  2. 0 1
      Documentation/features/core/BPF-JIT/arch-support.txt
  3. 0 1
      Documentation/features/core/generic-idle-thread/arch-support.txt
  4. 0 1
      Documentation/features/core/jump-labels/arch-support.txt
  5. 0 1
      Documentation/features/core/tracehook/arch-support.txt
  6. 0 1
      Documentation/features/debug/KASAN/arch-support.txt
  7. 0 1
      Documentation/features/debug/gcov-profile-all/arch-support.txt
  8. 0 1
      Documentation/features/debug/kgdb/arch-support.txt
  9. 0 1
      Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
  10. 0 1
      Documentation/features/debug/kprobes/arch-support.txt
  11. 0 1
      Documentation/features/debug/kretprobes/arch-support.txt
  12. 0 1
      Documentation/features/debug/optprobes/arch-support.txt
  13. 0 1
      Documentation/features/debug/stackprotector/arch-support.txt
  14. 0 1
      Documentation/features/debug/uprobes/arch-support.txt
  15. 0 1
      Documentation/features/debug/user-ret-profiler/arch-support.txt
  16. 0 1
      Documentation/features/io/dma-api-debug/arch-support.txt
  17. 0 1
      Documentation/features/io/dma-contiguous/arch-support.txt
  18. 0 1
      Documentation/features/io/sg-chain/arch-support.txt
  19. 0 1
      Documentation/features/lib/strncasecmp/arch-support.txt
  20. 0 1
      Documentation/features/locking/cmpxchg-local/arch-support.txt
  21. 0 1
      Documentation/features/locking/lockdep/arch-support.txt
  22. 0 1
      Documentation/features/locking/queued-rwlocks/arch-support.txt
  23. 0 1
      Documentation/features/locking/queued-spinlocks/arch-support.txt
  24. 0 1
      Documentation/features/locking/rwsem-optimized/arch-support.txt
  25. 0 1
      Documentation/features/perf/kprobes-event/arch-support.txt
  26. 0 1
      Documentation/features/perf/perf-regs/arch-support.txt
  27. 0 1
      Documentation/features/perf/perf-stackdump/arch-support.txt
  28. 0 1
      Documentation/features/sched/membarrier-sync-core/arch-support.txt
  29. 0 1
      Documentation/features/sched/numa-balancing/arch-support.txt
  30. 0 1
      Documentation/features/seccomp/seccomp-filter/arch-support.txt
  31. 0 1
      Documentation/features/time/arch-tick-broadcast/arch-support.txt
  32. 0 1
      Documentation/features/time/clockevents/arch-support.txt
  33. 0 1
      Documentation/features/time/context-tracking/arch-support.txt
  34. 0 1
      Documentation/features/time/irq-time-acct/arch-support.txt
  35. 0 1
      Documentation/features/time/modern-timekeeping/arch-support.txt
  36. 0 1
      Documentation/features/time/virt-cpuacct/arch-support.txt
  37. 0 1
      Documentation/features/vm/ELF-ASLR/arch-support.txt
  38. 0 1
      Documentation/features/vm/PG_uncached/arch-support.txt
  39. 0 1
      Documentation/features/vm/THP/arch-support.txt
  40. 0 1
      Documentation/features/vm/TLB/arch-support.txt
  41. 0 1
      Documentation/features/vm/huge-vmap/arch-support.txt
  42. 0 1
      Documentation/features/vm/ioremap_prot/arch-support.txt
  43. 0 1
      Documentation/features/vm/numa-memblock/arch-support.txt
  44. 0 1
      Documentation/features/vm/pte_special/arch-support.txt

+ 1 - 1
Documentation/dev-tools/kmemleak.rst

@@ -8,7 +8,7 @@ with the difference that the orphan objects are not freed but only
 reported via /sys/kernel/debug/kmemleak. A similar method is used by the
 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in
 user-space applications.
-Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390, metag and tile.
+Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390 and tile.
 
 Usage
 -----

+ 0 - 1
Documentation/features/core/BPF-JIT/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/core/generic-idle-thread/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: |  ok  |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/core/jump-labels/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/core/tracehook/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: |  ok  |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: |  ok  |

+ 0 - 1
Documentation/features/debug/KASAN/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/gcov-profile-all/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: |  ok  |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/kgdb/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |

+ 0 - 1
Documentation/features/debug/kprobes-on-ftrace/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/kprobes/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/kretprobes/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/optprobes/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/stackprotector/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/uprobes/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/debug/user-ret-profiler/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/io/dma-api-debug/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/io/dma-contiguous/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/io/sg-chain/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/lib/strncasecmp/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/locking/cmpxchg-local/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/locking/lockdep/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/locking/queued-rwlocks/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/locking/queued-spinlocks/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/locking/rwsem-optimized/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/perf/kprobes-event/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/perf/perf-regs/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/perf/perf-stackdump/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/sched/membarrier-sync-core/arch-support.txt

@@ -42,7 +42,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/sched/numa-balancing/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: |  ..  |
     |        m68k: |  ..  |
-    |       metag: |  ..  |
     |  microblaze: |  ..  |
     |        mips: | TODO |
     |     mn10300: |  ..  |

+ 0 - 1
Documentation/features/seccomp/seccomp-filter/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/time/arch-tick-broadcast/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/time/clockevents/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: |  ok  |
-    |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |

+ 0 - 1
Documentation/features/time/context-tracking/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/time/irq-time-acct/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ..  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/time/modern-timekeeping/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |

+ 0 - 1
Documentation/features/time/virt-cpuacct/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/ELF-ASLR/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/PG_uncached/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/THP/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: |  ..  |
     |        m68k: |  ..  |
-    |       metag: | TODO |
     |  microblaze: |  ..  |
     |        mips: |  ok  |
     |     mn10300: |  ..  |

+ 0 - 1
Documentation/features/vm/TLB/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: |  ..  |
-    |       metag: | TODO |
     |  microblaze: |  ..  |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/huge-vmap/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/ioremap_prot/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/numa-memblock/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: |  ok  |
     |        m32r: | TODO |
     |        m68k: |  ..  |
-    |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: | TODO |

+ 0 - 1
Documentation/features/vm/pte_special/arch-support.txt

@@ -19,7 +19,6 @@
     |        ia64: | TODO |
     |        m32r: | TODO |
     |        m68k: | TODO |
-    |       metag: | TODO |
     |  microblaze: | TODO |
     |        mips: | TODO |
     |     mn10300: | TODO |