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.
[email protected] PGP: #2DA40D07 http://www.webcon.ca
* Customized Linux network solutions for your business *
-------------------------------------------------------------------