Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Small script that visualizes the kernel feature support status
0004 # of an architecture.
0005 #
0006 # (If no arguments are given then it will print the host architecture's status.)
0007 #
0008 
0009 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
0010 
0011 $(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH