commit | 278638d300c2ef2e2ca7bca447b71136fe31679e | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sun Dec 07 10:29:02 2008 +1100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 24 01:12:20 2009 +0100 |
tree | b0d03fbf7f52bb1457f7aeccee1d02701f27d881 | |
parent | 0c8c62e2ba1c9a2f333d3b43e3a67d44d3f6b21e [diff] |
Moved generic (triple fault) reset code Moved from interrupts.c to cpu.c and made into a weak function to allow vendor specific override Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be added to the vendor specific code without the need to remember to #undef usage of the generic method and if you forget to include your custom reset method, you will always get the default. Signed-off-by: Graeme Russ <graeme.russ@gmail.com>