aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorAndrea Parri <andrea.parri@amarulasolutions.com>2018-05-07 06:43:43 -0400
committerJonathan Corbet <corbet@lwn.net>2018-05-08 11:28:33 -0400
commit2bef69a385b4c1c01d8abae0aa035f0ffa051f07 (patch)
tree20b2b9d07f5f7303815eb1d3040706c97a4a58fc /Documentation/features
parentaee17ebe002a187fa97891e6c2e7eb2f9847e3b4 (diff)
Documentation/features/vm: Remove arch support status file for 'pte_special'
Suggested-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/features')
-rw-r--r--Documentation/features/vm/pte_special/arch-support.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt
deleted file mode 100644
index 6a608a6dcf71..000000000000
--- a/Documentation/features/vm/pte_special/arch-support.txt
+++ /dev/null
@@ -1,33 +0,0 @@
1#
2# Feature name: pte_special
3# Kconfig: __HAVE_ARCH_PTE_SPECIAL
4# description: arch supports the pte_special()/pte_mkspecial() VM APIs
5#
6 -----------------------
7 | arch |status|
8 -----------------------
9 | alpha: | TODO |
10 | arc: | ok |
11 | arm: | ok |
12 | arm64: | ok |
13 | c6x: | TODO |
14 | h8300: | TODO |
15 | hexagon: | TODO |
16 | ia64: | TODO |
17 | m68k: | TODO |
18 | microblaze: | TODO |
19 | mips: | TODO |
20 | nds32: | TODO |
21 | nios2: | TODO |
22 | openrisc: | TODO |
23 | parisc: | TODO |
24 | powerpc: | ok |
25 | riscv: | TODO |
26 | s390: | ok |
27 | sh: | ok |
28 | sparc: | ok |
29 | um: | TODO |
30 | unicore32: | TODO |
31 | x86: | ok |
32 | xtensa: | TODO |
33 -----------------------