Re: Six archs are missing atomic_inc_return()

From: Herbert Poetzl
Date: Sat Nov 20 2004 - 15:22:33 EST


On Thu, Nov 18, 2004 at 06:14:06PM -0500, Chuck Ebbert wrote:
> Anton wrote:
>
> > $ grep -l atomic_inc_return include/asm-*/atomic.h
>
>
> I was assuming all archs used a macro for this, so I used:
>
> $ grep 'define atomic_inc_return' asm-*/atomic.h
>
>
> But your grep could have found this:
>
> /* FIXME: this arch does not have atomic_inc_return */
>
> and returned a false positive.
>
>
> What I need is a C-aware grep:
>
> $ cgrep [--definition | --comment | --usage] atomic_inc_return asm-*/atomic.h
>
> to search definitions, comments, and code body respectively.

what about cscope or c-tags?

best,
Herbert

> --Chuck Ebbert 18-Nov-04 18:08:49
> -
> 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/
-
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/