linux_dsm_epyc7002/Documentation/features
dcg df8a0dde73 Remove "arch" usage in Documentation/features/list-arch.sh
Commit 669f6f96c6 introduced
the script list-arch.sh, which uses the command "arch":

ARCH=${1:-$(arch | sed 's/x86_64/x86/' | sed 's/i386/x86/')}

It turns out that the "arch" command does not exist in my system (arch
distro). Google found man pages which say "arch is deprecated command since
release util-linux 2.13. Use uname -m" (util-linux 2.13 was released in 2007).
I also found a debian bug reporting the lack of arch and being told to use
uname -m https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446023

But then, why it works in some distros? Apparently coreutils gained an
optional arch command that needs to be explicitly enabled during compilation.
Some distros enable it, others don't. Sigh.

Signed-off-by: Diego Calleja <diegocg@gmail.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-01-26 15:19:08 -07:00
..
core Documentation/features/core: Add feature description and arch support status file for 'BPF-JIT' 2015-06-03 12:51:43 +02:00
debug Documentation/features/KASAN: arm64 supports KASAN now 2015-10-12 17:46:50 +01:00
io dma-mapping: always provide the dma_map_ops based implementation 2016-01-20 17:09:18 -08:00
lib/strncasecmp Documentation/features/lib: Add feature description and arch support status file for 'strncasecmp' 2015-06-03 12:51:33 +02:00
locking Documentation/features/locking: Add feature description and arch support status file for 'queued-rwlocks' 2015-06-03 12:51:43 +02:00
perf Documentation/features/perf: Add feature description and arch support status file for 'perf-stackdump' 2015-06-03 12:51:42 +02:00
sched/numa-balancing Documentation/features/sched: Add feature description and arch support status file for 'numa-balancing' 2015-06-03 12:51:36 +02:00
seccomp/seccomp-filter um: Add seccomp support 2016-01-10 21:49:49 +01:00
time arm64: enable HAVE_IRQ_TIME_ACCOUNTING 2015-12-03 19:37:10 +00:00
vm mm, thp: remove infrastructure for handling splitting PMDs 2016-01-15 17:56:32 -08:00
arch-support.txt Documentation/features: Explain kernel feature descriptions and add visualization script 2015-06-03 12:59:38 +02:00
list-arch.sh Remove "arch" usage in Documentation/features/list-arch.sh 2016-01-26 15:19:08 -07:00