Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264057AbUD0Mvt (ORCPT ); Tue, 27 Apr 2004 08:51:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264054AbUD0Mvt (ORCPT ); Tue, 27 Apr 2004 08:51:49 -0400 Received: from [202.125.86.130] ([202.125.86.130]:1153 "EHLO ns2.astrainfonets.net") by vger.kernel.org with ESMTP id S264057AbUD0Mvq convert rfc822-to-8bit (ORCPT ); Tue, 27 Apr 2004 08:51:46 -0400 Subject: How to handle interrupts on SMP systems MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Date: Tue, 27 Apr 2004 18:12:05 +0530 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <1118873EE1755348B4812EA29C55A9721D6CC7@esnmail.esntechnologies.co.in> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to handle interrupts on SMP systems Thread-Index: AcQsVQumpZFzeXFkTEK/Ju9yBTPKwg== From: "Srinivas G." To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 23 Hi, We developed a driver for PCIHOTLINK card under linux kernel 2.4.18-3. It was working fine under it. Now our idea is to port it SMP system with the same kernel. We ported. It was compiled without any problem under SMP system. But it is not generating any interrupts. We have changed the Makefile also. We added -D__SMP__ macro and -DCONFIG_SMP macro in Makefile. No compilation errors. But interrupts are not generating. If anybody will have any idea please let me know. Thanks in advance, Regards, Srinivas G - 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/