[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Insmod problem
Hi Fabrice,
SERRANO Fabrice wrote:
> Concerning my problem with insmod, I have resolved it by modifying
> "microblaze_ksyms.c" to reflect the fact that I'm not using hardware
> multiplier/divider adding :
> Is it right to do this ?
If it works, it's right! ;-) So we can fix it in CVS, I think you
should probably put
#ifndef CONFIG_MICROBLAZE_HARD_MULT
...
#endif
around the mult declarations, and similarly
#ifndef CONFIG_MICROBLAZE_HARD_DIV
#endif
around the divs.
Send a patch to the list, we'll give it a try and get it into CVS.
Thanks,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/