arm64: entry: remove unused register aliases
authorMark Rutland <mark.rutland@arm.com>
Thu, 3 Jan 2019 13:23:10 +0000 (13:23 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 3 Jan 2019 18:03:41 +0000 (18:03 +0000)
commit8c2c596f8f453ffa6ef3bf14abc48a86b5431e56
tree43bf056d288125414f961d5949ee5e13fbe0fea0
parent1236cd2bad8bc9038af90830cf017c770fdba03c
arm64: entry: remove unused register aliases

In commit:

  3b7142752e4bee15 ("arm64: convert native/compat syscall entry to C")

... we moved the syscall invocation code from assembly to C, but left
behind a number of register aliases which are now unused.

Let's remove them before they confuse someone.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/entry.S