[PATCH] 2.4.20-rc2-ac1 io_apic.c

From: Ian Morgan (imorgan@webcon.net)
Date: Tue Nov 19 2002 - 18:58:54 EST


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/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:29 EST