Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Sep 2002 01:40:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Sep 2002 01:40:30 -0400 Received: from webmail22.rediffmail.com ([203.199.83.144]:29625 "HELO webmail22.rediffmail.com") by vger.kernel.org with SMTP id ; Fri, 6 Sep 2002 01:40:29 -0400 Date: 6 Sep 2002 05:37:18 -0000 Message-ID: <20020906053718.32530.qmail@webmail22.rediffmail.com> MIME-Version: 1.0 From: "Nandakumar NarayanaSwamy" Reply-To: "Nandakumar NarayanaSwamy" To: linux-kernel@vger.kernel.org Subject: Illegal Instruction Content-type: text/plain; format=flowed Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 36 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/