Searched hist:"2 c81210a26fb84c0af6aad95f6ec1d61cf276cd0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | 2c81210a26fb84c0af6aad95f6ec1d61cf276cd0 Tue Jan 08 08:16:24 CST 2008 Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> kbuild: ignore cache modifiers for generating the tags files
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 <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|