lkml.org 
[lkml]   [2017]   [Sep]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v8 10/18] RISC-V: Init and Halt Code
From
Date
On 09/13/2017 11:15 AM, Daniel Lezcano wrote:
>
> All this code must go in the timer side and use the TIMER_OF_DECLARE
> macro with the proper wrappers.

Hi, thanks for the feedback.

Agreed. I'll clean this up.

>
> Where is the request_per_cpu_interrupt()?
>
> What is this riscv_timer_interrupt() signature?

This arch defines a separate exception type for local timer interrupts.
Currently the interrupt controller driver checks the trap cause register,
determines that it's a timer, and calls the handler directly. To make this go
through the interrupt subsystem, this driver would need to be reworked.

>
> Where is get_cycles64() ?

This is in asm/timex.h. Should this be split into a separate asm header ala arm64?

>
> The timer driver should be self-contained and not spread across
> different places, it is very difficult to review it.
>
> [ ... ]
>

Agreed, thanks again for reviewing it anyway :)

\
 
 \ /
  Last update: 2017-09-16 08:25    [W:1.678 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site