diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-31 14:05:12 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-09-02 13:21:15 +0300 |
commit | 23c8a500c24d02dd2de1bff968d4467b441717bb (patch) | |
tree | cd9c8c84ff541c789128870d75d26ba38b70dd18 /tools/perf/scripts/python | |
parent | b5fe242972ef3faaa6bcfe66cbacc7a0014faf89 (diff) | |
download | linux-23c8a500c24d02dd2de1bff968d4467b441717bb.tar.xz |
arm64: kernel: use ordinary return/argument register for el2_setup()
The function el2_setup() passes its return value in register w20, and
in the two cases where the caller actually cares about this return value,
it is passed into set_cpu_boot_mode_flag() [almost] directly, which
expects its input in w20 as well.
So there is no reason to use a 'special' callee saved register here, but
we can simply follow the PCS for return value and first argument,
respectively.
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions