]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf: Handle new rbtree implementation
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Tue, 9 Oct 2012 18:01:56 +0000 (20:01 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Oct 2012 01:12:09 +0000 (10:12 +0900)
commit871a0596cb2f51b57dc583d1a7c4be0186582fe7
tree1c67d9df2262f6239a4b54953c2297acdedd7fdf
parent4e21fc138bfd7fe625ff5dc81541399aaf9d429b
perf: Handle new rbtree implementation

Perf build fails with the new rbtree implementation:

  ../../lib/rbtree.c:24:36: fatal error: linux/rbtree_augmented.h: No such file or directory compilation terminated.

Fix by updating the Makefile and adding a btree_augmented.h
wrapper.

Reported-and-tested-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: Borislav Petkov <bp@amd64.org>
Link: http://lkml.kernel.org/r/20121009180156.GA245@x4
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/perf/Makefile
tools/perf/util/include/linux/rbtree_augmented.h [new file with mode: 0644]