Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Mar 2002 22:54:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Mar 2002 22:54:24 -0500 Received: from rwcrmhc54.attbi.com ([216.148.227.87]:6325 "EHLO rwcrmhc54.attbi.com") by vger.kernel.org with ESMTP id ; Wed, 27 Mar 2002 22:54:08 -0500 Message-ID: <3CA293A3.7040408@didntduck.org> Date: Wed, 27 Mar 2002 22:53:07 -0500 From: Brian Gerst User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zwane Mwaikambo CC: Linux Kernel , Dave Jones Subject: Re: [PATCH][RFC] P4/Xeon Thermal LVT support (take 2) In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Zwane Mwaikambo wrote: > Vector has been changed as suggested by Maciej. > > Regards, > Zwane You are missing the asm stub for the interrupt handler. You can't just call C code directly from the interrupt vector. Look in i8259.c where the stubs are for the other APIC interrupts. -- Brian Gerst - 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/