aboutsummaryrefslogtreecommitdiff
path: root/src/sys/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/core.c')
-rw-r--r--src/sys/core.c2
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