Re: [patches] Re: [PATCH 1/9] RISC-V: Init and Halt Code

2017-07-04 Thread Thomas Gleixner
On Tue, 4 Jul 2017, Karsten Merker wrote: > On Tue, Jul 04, 2017 at 10:37:37PM +0200, Thomas Gleixner wrote: > > > + timer_riscv_init(cpu_id, riscv_timebase, &rdtime, &next_event); > > > > This function is nowhere Neither can I find the header file. > > It is part of the RISC-V clock driver p

Re: [PATCH 1/9] RISC-V: Init and Halt Code

2017-06-29 Thread Palmer Dabbelt
On Thu, 29 Jun 2017 02:44:32 PDT (-0700), ge...@linux-m68k.org wrote: > Hi Palmer, > > On Wed, Jun 28, 2017 at 8:55 PM, Palmer Dabbelt wrote: >> This contains the various __init C functions, the initial assembly >> kernel entry point, and the code to reset the system. When a file was >> init-rela

Re: [PATCH 1/9] RISC-V: Init and Halt Code

2017-06-29 Thread Geert Uytterhoeven
Hi Palmer, On Wed, Jun 28, 2017 at 8:55 PM, Palmer Dabbelt wrote: > This contains the various __init C functions, the initial assembly > kernel entry point, and the code to reset the system. When a file was > init-related, it contains ...? > Signed-off-by: Palmer Dabbelt Gr{oetje,eeting}s,