[PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file
Catalin Marinas
catalin.marinas at arm.com
Tue Dec 22 09:11:59 PST 2015
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 at caviumnetworks.com>
> ---
> 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
More information about the linux-arm-kernel
mailing list