Implement CPU state init, fix bug in cpu_context restore

This commit is contained in:
Michael Scire
2018-03-02 14:16:54 -08:00
parent a292e95c2f
commit 301b166684
6 changed files with 55 additions and 3 deletions

View File

@@ -7,4 +7,6 @@ void bootup_misc_mmio(void);
void setup_4x_mmio(void);
void setup_current_core_state(void);
#endif