Re: [PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file

From: Catalin Marinas
Date: Tue Dec 22 2015 - 12:12:12 EST


On Wed, Dec 16, 2015 at 12:42:41AM +0300, Yury Norov wrote:
> After that, it will be possible to reuse it in ILP32.
>
> Signed-off-by: Yury Norov <ynorov@xxxxxxxxxxxxxxxxxx>
> ---
> arch/arm64/include/asm/signal_common.h | 39 ++++++++
> arch/arm64/kernel/Makefile | 2 +-
> arch/arm64/kernel/signal.c | 154 +----------------------------
> arch/arm64/kernel/signal_common.c | 174 +++++++++++++++++++++++++++++++++

signal.c is always compiled, so I don't see the point of a
signal_common.c, just export the functions from signal.c
(signal32_common.c is a different story since we may not always compile
AArch32 support in).

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