Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Blackfin arch: fix bug - kernel with SMP patch can not bootup
[linux-2.6.git]
/
arch
/
blackfin
/
mach-common
/
entry.S
diff --git
a/arch/blackfin/mach-common/entry.S
b/arch/blackfin/mach-common/entry.S
index ad40498822911e9985f4b985860fc51a194edd19..c6ae8442fc4ef306de2ea865136b36ae385fb298 100644
(file)
--- a/
arch/blackfin/mach-common/entry.S
+++ b/
arch/blackfin/mach-common/entry.S
@@
-1555,7
+1555,8
@@
_last_cplb_fault_retx:
.bss
#endif
_exception_stack:
-.size _exception_stack, 1024 * 4
-.set _exception_stack_top, _exception_stack + 1024 * 4
-.size _exception_stack_top, 0
+ .rept 1024
+ .long 0
+ .endr
+_exception_stack_top:
#endif