All of lore.kernel.org
 help / color / mirror / Atom feed
* your recent tools/include/ adjustments
@ 2015-01-13  8:48 Jan Beulich
  2015-01-13 13:29 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2015-01-13  8:48 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: linux-kernel

Arnaldo,

considering that tools/include/ gets used by other than just perf, in
particular arch/x86/vdso/vdso2c.c, would you mind clarifying how
"tools: Move bitops.h from tools/perf/util to tools/" adding an
inclusion of asm/hweight.h to linux/bitops.h is supposed to work,
when the only potentially relevant header to be found is
tools/perf/util/include/asm/hweight.h?

Similarly, with "tools: Adopt fls_long and deps" adding 3 stub
headers to tools/include/asm-generic/bitops/ using
"#include <../../../../include/asm-generic/bitops/...>", I can't
see how these headers are to be found when building the above
mentioned utility - I suppose these really were meant to use
quotes instead of angle brackets.

For reference, the breakage was observed on a relatively old
x86 system where linux/elf.h includes asm/elf.h, reaching
linux/bitops.h via asm/system.h and asm/cpufeature.h.

Thanks for any insight/clarification,
Jan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-13 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13  8:48 your recent tools/include/ adjustments Jan Beulich
2015-01-13 13:29 ` Arnaldo Carvalho de Melo
2015-01-13 15:56   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.