diff options
author | Christian Cunningham <cc@localhost> | 2022-02-09 22:26:43 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-09 22:26:43 -0700 |
commit | cd32aaf0510088768e4dd20ea22f92cad9f4367d (patch) | |
tree | f1f3101d4bbfc2fa8906d87c928421a1f32a0103 /src/sys/core.c | |
parent | a3ba24739c2309df5e39ad8bdcfca171b1eec5a3 (diff) |
Add interrupt to all cores
Diffstat (limited to 'src/sys/core.c')
-rw-r--r-- | src/sys/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index 65ee526..e987e8c 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -40,8 +40,6 @@ void sysinit(void) cntfrq = read_cntfrq(); // Clear cntv interrupt and set next 1 second timer write_cntv_tval(cntfrq); - //// Route timer to core0 irq - //routing_core0cntv_to_core0irq(); // Route timer to core0 fiq routing_core0cntv_to_core0fiq(); // Enable timer |