From: Markus Trippelsdorf Date: Tue, 9 Oct 2012 18:01:56 +0000 (+0200) Subject: perf: Handle new rbtree implementation X-Git-Tag: v3.7-rc1~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871a0596cb2f51b57dc583d1a7c4be0186582fe7;p=pandora-kernel.git 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 Signed-off-by: Markus Trippelsdorf Cc: Arnaldo Carvalho de Melo Cc: Borislav Petkov Link: http://lkml.kernel.org/r/20121009180156.GA245@x4 Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed