openrisc: Fix misalignments in head.S

Align all line continuations and (sub)section headers in a consistent
way.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
Geert Uytterhoeven 2024-12-05 14:04:26 +01:00 committed by Stafford Horne
parent a412f04070
commit c8f8d4344d

View File

@ -396,7 +396,7 @@ _dispatch_do_ipage_fault:
.org 0x500 .org 0x500
EXCEPTION_HANDLE(_timer_handler) EXCEPTION_HANDLE(_timer_handler)
/* ---[ 0x600: Alignment exception ]-------------------------------------- */ /* ---[ 0x600: Alignment exception ]------------------------------------- */
.org 0x600 .org 0x600
EXCEPTION_HANDLE(_alignment_handler) EXCEPTION_HANDLE(_alignment_handler)
@ -426,7 +426,7 @@ _dispatch_do_ipage_fault:
.org 0xc00 .org 0xc00
EXCEPTION_HANDLE(_sys_call_handler) EXCEPTION_HANDLE(_sys_call_handler)
/* ---[ 0xd00: Floating point exception ]--------------------------------- */ /* ---[ 0xd00: Floating point exception ]-------------------------------- */
.org 0xd00 .org 0xd00
EXCEPTION_HANDLE(_fpe_trap_handler) EXCEPTION_HANDLE(_fpe_trap_handler)
@ -818,7 +818,7 @@ secondary_start:
#endif #endif
/* ========================================[ cache ]=== */ /* ==========================================================[ cache ]=== */
/* alignment here so we don't change memory offsets with /* alignment here so we don't change memory offsets with
* memory controller defined * memory controller defined