Re: [PATCH 0/2] jump label: 2.6.38 updates

From: Jason Baron
Date: Mon Feb 14 2011 - 11:30:49 EST


On Mon, Feb 14, 2011 at 05:25:54PM +0100, Peter Zijlstra wrote:
> >
> > I remember that atomic_t is defined in types.h now rather than atomic.h.
> > Any reason why you should keep including atomic.h from jump_label.h ?
>
> Ooh, shiny.. we could probably move the few atomic_{read,inc,dec} users
> in jump_label.h into out of line functions and have this sorted.
>

inc and dec sure, but atomic_read() for the disabled case needs to be
inline....
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/