aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-common/entry.S7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index ad4049882291..c6ae8442fc4e 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -1555,7 +1555,8 @@ _last_cplb_fault_retx:
1555.bss 1555.bss
1556#endif 1556#endif
1557_exception_stack: 1557_exception_stack:
1558.size _exception_stack, 1024 * 4 1558 .rept 1024
1559.set _exception_stack_top, _exception_stack + 1024 * 4 1559 .long 0
1560.size _exception_stack_top, 0 1560 .endr
1561_exception_stack_top:
1561#endif 1562#endif