Ted, is this patch still needed?Hm, I don't think that matters; I'm seeing the #include problems when generating asm-offsets.h, which doesn't have CREATE_TRACE_POINTS set.
I'm starting to have second thoughts on this patch because it may require adding: #include <linux/rcupdate.h> in include/trace/ftrace.h. Jeremy has been struggling with include hell with these files.
Hmm, maybe this is not an issue because we undef CREATE_TRACE_POINTS before calling this.
Jeremy,
Do you see a problem if we include linux/rcupdate.h in ftrace.h?
Remember, CREATE_TRACE_POINTS is undefined here.