From 871a0596cb2f51b57dc583d1a7c4be0186582fe7 Mon Sep 17 00:00:00 2001 From: Markus Trippelsdorf Date: Tue, 9 Oct 2012 20:01:56 +0200 Subject: [PATCH] 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-format-patch failed