Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools headers: Don't check arm64's unistd.h

The arm64 unistd.h in tools now diverges from the kernel header.
Comparing the two headers is pointless, remove the check.

Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Leo Yan and committed by
Arnaldo Carvalho de Melo
9966b382 129bb23a

-1
-1
tools/perf/check-headers.sh
··· 54 54 "arch/s390/include/uapi/asm/kvm.h" 55 55 "arch/s390/include/uapi/asm/sie.h" 56 56 "arch/arm64/include/uapi/asm/kvm.h" 57 - "arch/arm64/include/uapi/asm/unistd.h" 58 57 "arch/alpha/include/uapi/asm/errno.h" 59 58 "arch/mips/include/asm/errno.h" 60 59 "arch/mips/include/uapi/asm/errno.h"