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)
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>

No differences found