generic-poky/meta/recipes-kernel/lttng-2.0/lttng-modules
Bruce Ashfield da07197040 lttng-modules: fix compliation error with 3.2.x -stable kernels
recent -stable kernels have their own fallback definition of is_compat_task

   #define is_compat_task() (0)

To protect against this double definition of is_compat_task we can check
to see if it is already defined, and skip the lttng variant.

(From OE-Core rev: 53db58982b7af59d75fc11b73475e9d71e6927ac)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19 20:28:45 +00:00
..
lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch lttng-modules: Update to 2.0 2012-01-17 14:53:26 +00:00
lttng-sycalls-protect-is_compat_task-from-redefiniti.patch lttng-modules: fix compliation error with 3.2.x -stable kernels 2012-03-19 20:28:45 +00:00