"Hamish Guthrie" <[EMAIL PROTECTED]> writes:

> Eric,
> 
> In arch/i386/smp/start_stop.c, there should surely be a #if defined(SMP) or
> something around the code, we are getting an error about args being passed
> to the macro if SMP is not defined.

O.k.  I'll be checking the fix for this one in shortly.  I have extended
the object directive so I can write:

object start_stop.o SMP

The second parameter is a variable that when it evaluates to 1 we include
the object file in the build.  This means that we don't need to have an
#ifdef SMP around the entire file, and the linker doesn't need to link together
empty objects.

This should be a better solution for this problem.

Eric

Reply via email to