Em Thu, 06 Mar 2014 12:18:52 +0100 Borislav Petkov <bp@xxxxxxxxx> escreveu: > On Tue, Mar 04, 2014 at 04:23:16AM -0500, Chen, Gong wrote: > > To avoid the confuision of usage for RAS related trace event, add > > an unified RAS trace event stub. > > > > Signed-off-by: Chen, Gong <gong.chen@xxxxxxxxxxxxxxx> > > --- > > drivers/edac/edac_mc.c | 3 --- > > kernel/trace/Makefile | 1 + > > kernel/trace/ras-traces.c | 12 ++++++++++++ > > 3 files changed, 13 insertions(+), 3 deletions(-) > > create mode 100644 kernel/trace/ras-traces.c > > > > diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c > > index 33edd67..28c1695 100644 > > --- a/drivers/edac/edac_mc.c > > +++ b/drivers/edac/edac_mc.c > > @@ -33,9 +33,6 @@ > > #include <asm/edac.h> > > #include "edac_core.h" > > #include "edac_module.h" > > - > > -#define CREATE_TRACE_POINTS > > -#define TRACE_INCLUDE_PATH ../../include/ras > > #include <ras/ras_event.h> > > > > /* lock to memory controller's control array */ > > diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile > > index 1378e84..167193a 100644 > > --- a/kernel/trace/Makefile > > +++ b/kernel/trace/Makefile > > @@ -52,6 +52,7 @@ endif > > obj-$(CONFIG_EVENT_TRACING) += trace_events_filter.o > > obj-$(CONFIG_EVENT_TRACING) += trace_events_trigger.o > > obj-$(CONFIG_KPROBE_EVENT) += trace_kprobe.o > > +obj-$(CONFIG_TRACEPOINTS) += ras-traces.o > > Actually I was thinking of slowly concentrating all the RAS stuff into > arch/x86/ras/. > > Just add arch/x86/ras/trace.c instead please. I would prefer to keep this out of arch/, because there are some parts of the ras infra that aren't x86 specific. So, it would be better to put those at /drivers/ras, and add a "depends on X86" for the x86 specifics. Going further, it also make sense to move the EDAC drivers into it. Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html