commit | fb1d9be5967fff0a3c93b06304fd992e3c438b7f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun May 29 23:12:51 2011 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Jul 23 01:10:43 2011 -0400 |
tree | 0c1c8a2fe6ad2b9c52bdc4a58e0f396058dc75c3 | |
parent | 072a5cff2fcaa4648c98bea6d549fac7ee4174fe [diff] |
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>