Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9

From: Ingo Molnar
Date: Tue Nov 23 2004 - 21:18:46 EST



* Florian Schmidt <mista.tapas@xxxxxxx> wrote:

> Hi, i have some problem with unresolved symbols loading my alsa sound
> card driver with this kernel version. At first i suspected an unclean
> build, but then i did make clean bzImage modules and the unresolved
> symbols persist (i have wakeup/nonpreemptible/interrupts-off tracing
> enabled (see .config)):
>
> snd_pcm: Unknown symbol user_trace_stop

does adding this line to kernel/latency.c resolve it?:

EXPORT_SYMBOL(user_trace_stop);

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/