]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit572d5d22dec338fa836cd84a887316af218ae4bd
tree0c1c8a2fe6ad2b9c52bdc4a58e0f396058dc75c3
parentbd9f671692f6802e333c9c4ef32bcd6050adb038
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