Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Nov 2002 18:51:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Nov 2002 18:51:59 -0500 Received: from guru.webcon.net ([66.11.168.140]:62400 "EHLO guru.webcon.net") by vger.kernel.org with ESMTP id ; Tue, 19 Nov 2002 18:51:58 -0500 Date: Tue, 19 Nov 2002 18:58:54 -0500 (EST) From: Ian Morgan To: Alan Cox cc: Linux Kernel Mailing List Subject: [PATCH] 2.4.20-rc2-ac1 io_apic.c Message-ID: Organization: "Webcon, Inc." MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1267 Lines: 34 A previous email did not clearly mark this as a patch for submission, so you probably missed it. This patch fixes a linking error in kernel.o due to a missed change in io_apic.c (you and Marcelo seem to be stepping on each other's toes): --- io_apic.c~ Tue Nov 19 18:46:36 2002 +++ io_apic.c Tue Nov 19 18:46:36 2002 @@ -1894,7 +1894,7 @@ entry.delivery_mode = dest_LowestPrio; entry.dest_mode = INT_DELIVERY_MODE; - entry.dest.logical.logical_dest = target_cpus(); + entry.dest.logical.logical_dest = TARGET_CPUS; entry.mask = 1; /* Disabled (masked) */ entry.trigger = 1; /* Level sensitive */ entry.polarity = 1; /* Low active */ Regards, Ian Morgan -- ------------------------------------------------------------------- Ian E. Morgan Vice President & C.O.O. Webcon, Inc. imorgan@webcon.ca PGP: #2DA40D07 www.webcon.ca * Customized Linux network solutions for your business * ------------------------------------------------------------------- - 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/