From a9171b3f7499dfff1f40bf3503fdf13a20487b68 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 14:57:57 -0700 Subject: Read Paging Register --- src/util/time.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/util/time.c') diff --git a/src/util/time.c b/src/util/time.c index 035ff82..a0c539b 100644 --- a/src/util/time.c +++ b/src/util/time.c @@ -1,6 +1,11 @@ #include #include +void routing_core0cntv_to_core0fiq(void) +{ + store32(0x80, CORE0_TIMER_IRQCNTL); +} + void routing_core0cntv_to_core0irq(void) { store32(0x08, CORE0_TIMER_IRQCNTL); -- cgit v1.2.1