Re: [patch] Latency Tracer, voluntary-preempt-2.6.8-rc4-O6
From: Ingo Molnar
Date: Fri Aug 13 2004 - 05:18:40 EST
* Lee Revell <rlrevell@xxxxxxxxxxx> wrote:
> +#if defined(CONFIG_MCOUNT)
> +extern void mcount(void);
> +EXPORT_SYMBOL_NOVERS(mcount);
> +#endif
yeah, we need this export. (i've put it into kernel/latency.c and it's
fine to do it as an EXPORT_SYMBOL()). Will show up in -O7.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/