Hi All, I'm stuck on getting the SMP version of ppc64 to correctly boot the other cpu. The way the kernel starts the other cpu(s) is to temporarily replace the reset vector with a pointer to the secondary cpu startup routines (pmac_secondary_start_1, _2 etc), trigger a reset interrupt, and then restore the vector. What I can't figure out is why having CONFIG_ADEOS defined stops this from working even if I postpone the registering the root domain and enabling the pipeline until after the other cpus should be started (after doing the reset interrupts for the second cpu).
How do you think this should be handled? How do I get to the Adeos version of the reset vector to send it off to the secondary start functions? Thanks for any ideas! Terry Reynolds Simulation Technologies, INC.
