Messages in this thread |  | | Date | Fri, 13 Aug 2004 12:16:51 +0200 | | From | Ingo Molnar <> | | Subject | Re: [patch] Latency Tracer, voluntary-preempt-2.6.8-rc4-O6 |
| |
* Lee Revell <rlrevell@joe-job.com> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |