I agree.
YH
-----Original Message----- From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Richard Smith Sent: Sunday, January 08, 2006 10:45 PM To: LinuxBIOS Subject: [LinuxBIOS] copy_secondary_start_to_1m_below() and non-smp
While merging in my 440bx patchs to the latest revision I got unresolved references to the copy_secondary_start_to_1m_below() function.
if CONFIG_SMP != 1 then this function never gets defined but initialize_cpus() calls it regardless.
Will copy_secondary_start_to_1m_below() ever be used in the non-smp case? If so then it needs a CONFIG_SMP wrapper or needs to get defined as empty in the #else case of CONFIG_SMP.
-- Richard A. Smith