commit | 4ed27ecfcac538b4c578eb7fe87b8bf775a5ff68 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 10 15:16:13 2012 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Oct 11 10:39:08 2012 +0100 |
tree | 8759e1fbc37535d5f7e3441e8f120ebbebe61d0c | |
parent | 12250d843e8489ee00b5b7726da855e51694e792 [diff] |
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>