aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorAndrea Parri <andrea.parri@amarulasolutions.com>2018-05-07 06:43:42 -0400
committerJonathan Corbet <corbet@lwn.net>2018-05-08 11:28:29 -0400
commitaee17ebe002a187fa97891e6c2e7eb2f9847e3b4 (patch)
tree2bcd532a035802b78728dec4ba40ec567d8fbf39 /Documentation/features
parent0ca2840ff52d25dab84cb688f9f020a005e7dc81 (diff)
Documentation/features/lib: Remove arch support status file for 'strncasecmp'
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/lib/strncasecmp/arch-support.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/Documentation/features/lib/strncasecmp/arch-support.txt b/Documentation/features/lib/strncasecmp/arch-support.txt
deleted file mode 100644
index 6148f42c3d90..000000000000
--- a/Documentation/features/lib/strncasecmp/arch-support.txt
+++ /dev/null
@@ -1,33 +0,0 @@
1#
2# Feature name: strncasecmp
3# Kconfig: __HAVE_ARCH_STRNCASECMP
4# description: arch provides an optimized strncasecmp() function
5#
6 -----------------------
7 | arch |status|
8 -----------------------
9 | alpha: | TODO |
10 | arc: | TODO |
11 | arm: | TODO |
12 | arm64: | TODO |
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: | TODO |
25 | riscv: | TODO |
26 | s390: | TODO |
27 | sh: | TODO |
28 | sparc: | TODO |
29 | um: | TODO |
30 | unicore32: | TODO |
31 | x86: | TODO |
32 | xtensa: | TODO |
33 -----------------------