Re: [PATCH 1/3] make access_process_vm work on device memory

From: Sam Ravnborg
Date: Tue Apr 29 2008 - 15:02:52 EST


> urgh.
>
> We have HAVE_ARCH*
> We have __HAVE_ARCH*
> We have ARCH_HAS*
> We have __ARCH_HAS*
>
> what a mess.
>
> Probably the preferred (but still ugly) approach is to implement
> CONFIG_ARCH_*.
Only if it is a Kconfig symbol.

We have recently started to use 'HAVE_*' for boolean symbols used
to select a specific function for one architecture.
See arch/Kconfig for a few samples.

And Documentation/kbuild/kconfig-language.txt for usage hints.

Sam
--
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/