]> 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)
commit4eeaae549649bab5506a58f9d9614150cec2ede3
tree43bf056d288125414f961d5949ee5e13fbe0fea0
parent8892561588a39e40fa412e8d54ae5e66f0b25cdc
arm64: entry: remove unused register aliases

In commit:

  8a1202ccd132500c ("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