linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Illegal Instruction
@ 2002-09-06  5:37 Nandakumar  NarayanaSwamy
  0 siblings, 0 replies; only message in thread
From: Nandakumar  NarayanaSwamy @ 2002-09-06  5:37 UTC (permalink / raw)
  To: linux-kernel

Hi All,

My kernel is crashing when i try to insmod a driver. I am getting 
the following error messages


insmod:19] Illegal instruction 000003e8 at c0015cf4 ra=c0088dd4
[[insmod:19] Illegal instruction c000d9d4 at c000b6a4 
ra=c000b69c

When i tried to locate this happens when i call rt_usleep 
function.
This is the piece of code where i call nano2count.

void mysleep (uint32 micro_sec)
{
    RTIME delay;

    delay = nano2count (micro_sec * 1000LL);
    rt_sleep (delay);
}

I am exactly getting the insmod error when there is a call to 
nano2count.
Note : RTIME is of type "long long".
The CPU i am using is IDT RC32334.

Can any body help me to solve this?

with best regards,
Nanda

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-06  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-06  5:37 Illegal Instruction Nandakumar  NarayanaSwamy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).