Re: [LinuxBIOS] copy_secondary_start_to_1m_below() and non-smp
I want to use wrapper one... #if CONFIG_SMP==1 copy..... #endif YH -----Original Message----- From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Richard Smith Sent: Monday, January 09, 2006 8:24 AM To: LinuxBIOS Subject: Re: [LinuxBIOS] copy_secondary_start_to_1m_below() and non-smp
Yh Lu, this is your patch that broke things, I assume you will fix?
I don't mind fixing it. (I already have for my tree) I just don't know which fix is prefered. Either add a wrapper around the call or pull the definition out and make it compile to a empty function like it does when _RAMBASE is set to a large value. -- Richard A. Smith -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios
On 1/9/06, Lu, Yinghai <yinghai.lu@amd.com> wrote:
I want to use wrapper one...
#if CONFIG_SMP==1 copy..... #endif
Ok. Thats the current fix I have. -- Richard A. Smith
participants (2)
-
Lu, Yinghai -
Richard Smith