]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin arch: fix bug - kernel with SMP patch can not bootup
authorGraf Yang <graf.yang@analog.com>
Tue, 28 Oct 2008 06:00:52 +0000 (14:00 +0800)
committerBryan Wu <cooloney@kernel.org>
Tue, 28 Oct 2008 06:00:52 +0000 (14:00 +0800)
commitb49de743e97a2ef32a394c22a1561c70bfc88106
tree7a87b73fb8a82050f082c6b782f89092813d45e4
parent3b32d01307bb1044ef09def6ab8eecebb97fc361
Blackfin arch: fix bug - kernel with SMP patch can not bootup

The original code defined _exception_stack but not alloc space for the exception
stack. In exception, this area is over written by exception stack. Common kernel
luckly boot up, but SMP kernel stuck.

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-common/entry.S