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