Re: [PATCH 1 of 3] Introduce __raw_memcpy_toio32

From: Bodo Eggert
Date: Sun Jan 15 2006 - 10:26:39 EST


Andrew Morton <akpm@xxxxxxxx> wrote:

> One option is to just stick the thing in an existing lib/ or kernel/ file
> and mark it __attribute__((weak)). That way architectures can override it
> for free with no ifdefs, no Makefile trickery, no Kconfig trickery, etc.

What about "#define funcname funcname" in arch-specific headers iff it's
redefined, and protecting the definition in the generic file by "#ifndef
funcname"?
--
Ich danke GMX dafür, die Verwendung meiner Adressen mittels per SPF
verbreiteten Lügen zu sabotieren.
-
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/