ftrace: remove notrace

now that we have a kbuild method for notrace, no need to pollute the
C code with the annotations.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar
2008-05-12 21:20:51 +02:00
committed by Thomas Gleixner
parent b53dde9d34
commit e309b41dd6
8 changed files with 130 additions and 130 deletions

View File

@@ -3,7 +3,7 @@
#include <linux/kthread.h>
#include <linux/delay.h>
static notrace inline int trace_valid_entry(struct trace_entry *entry)
static inline int trace_valid_entry(struct trace_entry *entry)
{
switch (entry->type) {
case TRACE_FN: