188449Sbmilekic# SPDX-License-Identifier: GPL-2.0
21541Srgrimes#
31541Srgrimes# Small script that visualizes the kernel feature support status
41541Srgrimes# of an architecture.
51541Srgrimes#
61541Srgrimes# (If no arguments are given then it will print the host architecture's status.)
71541Srgrimes#
81541Srgrimes
91541SrgrimesARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
101541Srgrimes
111541Srgrimes$(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH
121541Srgrimes