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>
This commit is contained in:

committed by
Linus Torvalds

parent
4e21fc138b
commit
871a0596cb
2
tools/perf/util/include/linux/rbtree_augmented.h
Normal file
2
tools/perf/util/include/linux/rbtree_augmented.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <stdbool.h>
|
||||
#include "../../../../include/linux/rbtree_augmented.h"
|
Reference in New Issue
Block a user