diff options
author | Pierre-Clément Tosi <ptosi@google.com> | 2024-06-10 09:32:34 +0300 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2024-06-20 20:40:54 +0300 |
commit | 3c6eb64876937e38672fba63f11634b9ef3013e1 (patch) | |
tree | af2d90332ac027d7fb566d705cdd4b726b8f67e4 /scripts/generate_rust_analyzer.py | |
parent | 4ab3f9dd561b428460038a9bb041e92db6197f18 (diff) | |
download | linux-3c6eb64876937e38672fba63f11634b9ef3013e1.tar.xz |
KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
Given that the sole purpose of __hyp_call_panic() is to call panic(), a
__noreturn function, give it the __noreturn attribute, removing the need
for its caller to use unreachable().
Signed-off-by: Pierre-Clément Tosi <ptosi@google.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20240610063244.2828978-6-ptosi@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions