mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
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:
parent
a412f04070
commit
c8f8d4344d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user