On Tue, Jan 08, 2008 at 03:16:24PM +0100, Uwe Kleine-König wrote:
> With this patch I'm able to find the definition of _xmit_lock defined in
> include/linux/netdevice.h as follows:
> 
>       struct net_device {
>               ...
>               spinlock_t _xmit_lock ____cacheline_aligned_in_smp;
>       }
> 
> Otherwise this counts as definition of ____cacheline_aligned_in_smp.
> 
> Signed-off-by: Uwe Kleine-König <[EMAIL PROTECTED]>
> Cc: Sam Ravnborg <[EMAIL PROTECTED]>
> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> Hello,
> 
> I sent out an old version of this patch by mistake, please ignore the first
> post and use this one instead.

Thanks, applied.
And yes - I look after most of the changes to the top-level Makefile.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to