perf test: Fix bpf test sample mismatch reporting
[linux-2.6-microblaze.git] / scripts / syscallhdr.sh
index 848ac27..22e34cd 100755 (executable)
@@ -69,7 +69,7 @@ guard=_UAPI_ASM_$(basename "$outfile" |
        sed -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
        -e 's/[^A-Z0-9_]/_/g' -e 's/__/_/g')
 
-grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
+grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
        echo "#ifndef $guard"
        echo "#define $guard"
        echo