are you doing 64bit devision on 32 bit arch? If that is the case,
do_div is worth considering.

On Wed, Jun 8, 2011 at 3:25 PM, Mulyadi Santosa
<[email protected]> wrote:
> On Tue, Jun 7, 2011 at 15:39, emilie lefebvre <[email protected]> wrote:
>> "divide error: 0000 [#1] SMP
>> ...
>>  [<ffffffff813f8cdd>] panic+0x78/0x137
>>  [<ffffffff813fcb94>] oops_end+0xe4/0x100
>>  [<ffffffff8101021b>] die+0x5b/0x90
>>  [<ffffffff813fc444>] do_trap+0xc4/0x160
>>  [<ffffffff8100df2f>] do_divide_error+0x8f/0xb0
>>  [<ffffffff811f974c>] ? my_function+0xdc/0xe70 "
>>
>> Could you have any suggestions ?
>
> Could you show us your code? perhaps by pasting them somewhere?
>
> >From what I guess, sounds like your code did some math (directly or
> indirectly) that fiddle with floating point numbers?
>
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
> _______________________________________________
> Kernelnewbies mailing list
> [email protected]
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to