]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: Remove unused definitions from asm/unistd32.h
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 10 Oct 2012 14:16:13 +0000 (15:16 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Oct 2012 09:39:08 +0000 (10:39 +0100)
commit4ed27ecfcac538b4c578eb7fe87b8bf775a5ff68
tree8759e1fbc37535d5f7e3441e8f120ebbebe61d0c
parent12250d843e8489ee00b5b7726da855e51694e792
arm64: Remove unused definitions from asm/unistd32.h

This patch removes the compat __NR_* definitions from the unistd32.h
file and only keeps those that are used by the AArch64 kernel with a new
__NR_compat_* prefix. The additional wrapper definitions in
arch/arm64/kernel/sys32.S have been removed and the actual wrapper names
included in the asm/unistd32.h file.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/unistd32.h
arch/arm64/kernel/signal32.c
arch/arm64/kernel/sys32.S