mirror of
https://github.com/torvalds/linux.git
synced 2026-08-15 12:00:16 +02:00
Building perf on ppc causes:
In file included from util/intel-pt-decoder/intel-pt-insn-decoder.c:15:
util/intel-pt-decoder/../../../arch/x86/lib/insn.c:14:10: fatal error: asm/inat.h: No such file or directory
14 | #include <asm/inat.h> /*__ignore_sync_check__ */
| ^~~~~~~~~~~~
Restore the relative include paths so that the compiler can find the
headers.
Fixes:
|
||
|---|---|---|
| .. | ||
| inat.c | ||
| insn.c | ||
| memcpy_64.S | ||
| memset_64.S | ||
| x86-opcode-map.txt | ||