Re: [Intel-gfx] [PATCH] lib: Export interval_tree

2014-01-26 Thread Michel Lespinasse
On Sun, Jan 26, 2014 at 5:54 AM, Daniel Vetter wrote: > On Sun, Jan 26, 2014 at 12:24:33PM +, Chris Wilson wrote: >> INTERVAL_TREE_DEFINE(struct interval_tree_node, rb, >>unsigned long, __subtree_last, >>START, LAST,, interval_tree) >> + >> +EXPORT_SYMB

Re: [Intel-gfx] [PATCH] lib: Export interval_tree

2014-01-26 Thread Daniel Vetter
On Sun, Jan 26, 2014 at 12:24:33PM +, Chris Wilson wrote: > lib/interval_tree.c provides a simple interface for an interval-tree > (an augmented red-black tree) but is only built when testing the generic > macros for building interval-trees. For drivers with modest needs, > export the simple in