[Click] ]use of log() funtcion in click?

Michele Mordenti michele.mordenti2 at studio.unibo.it
Mon Dec 20 05:14:36 EST 2004


Alle 19:43, giovedì 16 dicembre 2004,Eddie Kohler ha scritto:
> > But something goes wrong, when I try to launch click:
> >
> > /usr/local/lib/click.o: unresolved symbol kernel_fpu_begin
> > click-install: '/sbin/insmod /usr/local/lib/click.o' failed
>
> Weird.  Check in /proc/ksyms to make sure that the kernel_fpu_begin
> symbol is exported.  If it's not, you'll have to muck with
> kernel/ksyms.c to add the appropriate EXPORT_SYMBOL.

I put
-------------------------
#include <asm/i387.h>
EXPORT_SYMBOL(kernel_fpu_begin);
-------------------------
in kernel/ksyms.c,
and now in System.map I have:

kernel_fpu_begin
__kstrtab_kernel_fpu_begin
__ksymtab_kernel_fpu_begin

but the result doesn't change :-(


> I think Linus was saying that kernel_fpu_begin/end will save the FPU
> state, once you get it working.
>
> Eddie

I'm trying...

Thank you.

-- 
Michele Mordenti
http://xoomer.virgilio.it/michele.mordenti




More information about the click mailing list