perf: Handle new rbtree implementation
authorMarkus Trippelsdorf <[email protected]>
Tue, 9 Oct 2012 18:01:56 +0000 (20:01 +0200)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Markus Trippelsdorf <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Borislav Petkov <[email protected]>
Link: http://lkml.kernel.org/r/20121009180156.GA245@x4
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/perf/Makefile
tools/perf/util/include/linux/rbtree_augmented.h [new file with mode: 0644]