Skip to content
Snippets Groups Projects
Commit 3f5f18d1 authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

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: default avatarGraeme Russ <graeme.russ@gmail.com>
parent 9933d609
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment