Blackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULT

arch/blackfin/mach-common/entry.S:465: Error: pcrel too far
BFD_RELOC_BFIN_10

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2008-11-18 17:48:22 +08:00 коммит произвёл Bryan Wu
Родитель 36f649a55a
Коммит 33c8691f45
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -370,9 +370,10 @@ ENTRY(_ex_trap_c)
ENDPROC(_ex_trap_c) ENDPROC(_ex_trap_c)
/* We just realized we got an exception, while we were processing a different /* We just realized we got an exception, while we were processing a different
* exception. This is a unrecoverable event, so crash * exception. This is a unrecoverable event, so crash.
* Note: this cannot be ENTRY() as we jump here with "if cc jump" ...
*/ */
ENTRY(_double_fault) _double_fault:
/* Turn caches & protection off, to ensure we don't get any more /* Turn caches & protection off, to ensure we don't get any more
* double exceptions * double exceptions
*/ */