]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: entry: Tidy up block comments and label numbers
authorWill Deacon <will@kernel.org>
Wed, 8 Jul 2020 21:10:01 +0000 (22:10 +0100)
committerWill Deacon <will@kernel.org>
Wed, 8 Jul 2020 21:13:33 +0000 (22:13 +0100)
commit404b64d372a98e033ef52cc67c5edf9a4c4ba021
tree261c203f01e8e2837b474b8966ce426373a0be4b
parentff7a345ce479578310904352fae245a5617df607
arm64: entry: Tidy up block comments and label numbers

Continually butchering our entry code with CPU errata workarounds has
led to it looking a little scruffy. Consistently used /* */ comment
style for multi-line block comments and ensure that small numeric labels
use consecutive integers.

No functional change, but the state of things was irritating.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/entry.S