Blackfin: optimize double fault boot checking
authorMike Frysinger <vapier@gentoo.org>
Mon, 30 May 2011 03:12:51 +0000 (23:12 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Jul 2011 05:10:43 +0000 (01:10 -0400)
commitfb1d9be5967fff0a3c93b06304fd992e3c438b7f
tree0c1c8a2fe6ad2b9c52bdc4a58e0f396058dc75c3
parent072a5cff2fcaa4648c98bea6d549fac7ee4174fe
Blackfin: optimize double fault boot checking

This moves the double fault data used at boot time into a single struct
which can then easily be addressed with indexed loads rather than having
to explicitly load multiple addresses.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/pda.h
arch/blackfin/kernel/asm-offsets.c
arch/blackfin/kernel/setup.c
arch/blackfin/mach-bf561/secondary.S
arch/blackfin/mach-common/head.S
arch/blackfin/mach-common/smp.c