tools include: Grab copies of arm64 dependent unistd.h files
authorKim Phillips <kim.phillips@arm.com>
Fri, 6 Jul 2018 21:34:34 +0000 (16:34 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 24 Jul 2018 17:52:39 +0000 (14:52 -0300)
commit34b009cfde2b8ce20a69c7bfd6bad4ce0e7cd970
tree381af8118fa4286ca41726fbe3b2bdefc0094ba3
parent60089e42d38438772e2f83334e3e5b7497009366
tools include: Grab copies of arm64 dependent unistd.h files

Will be used for generating the syscall id/string translation table.

The arm64 unistd.h file simply #includes the asm-generic/unistd.h, so,
since we will want to know whether either change, we grab both:

  arch/arm64/include/uapi/asm/unistd.h

and

  include/uapi/asm-generic/unistd.h

Signed-off-by: Kim Phillips <kim.phillips@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Cc: Thomas Richter <tmricht@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20180706163434.1b64ffbcc0284fb79982f53b@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/arm64/include/uapi/asm/unistd.h [new file with mode: 0644]
tools/include/uapi/asm-generic/unistd.h [new file with mode: 0644]
tools/perf/check-headers.sh