]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27390104ca42dede89460fdf1ce60893bf59825d
tree43bf056d288125414f961d5949ee5e13fbe0fea0
parent43f8b7649c4e31df45ec3d844fedc37860d97d75
arm64: entry: remove unused register aliases

In commit:

  df33451a6fb83feb ("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