Re: [PATCH -next] riscv: perf_event: Make some funciton static

2020-05-11 Thread Palmer Dabbelt
On Sun, 10 May 2020 18:30:36 PDT (-0700), wangkefeng.w...@huawei.com wrote: On 2020/5/9 1:13, Palmer Dabbelt wrote: What's the "-next" for?  This seems appropriate for an RC to me, as it's a build fix. Thanks for your review, this patch and "[PATCH -next] riscv: perf: RISCV_BASE_PMU should b

Re: [PATCH -next] riscv: perf_event: Make some funciton static

2020-05-10 Thread Kefeng Wang
On 2020/5/9 1:13, Palmer Dabbelt wrote: What's the "-next" for?  This seems appropriate for an RC to me, as it's a build fix. Thanks for your review, this patch and "[PATCH -next] riscv: perf: RISCV_BASE_PMU should be closeable", I fix the issue based on linux-next, so add the next prefi

Re: [PATCH -next] riscv: perf_event: Make some funciton static

2020-05-08 Thread Palmer Dabbelt
What's the "-next" for? This seems appropriate for an RC to me, as it's a build fix. On Thu, 07 May 2020 08:04:44 PDT (-0700), wangkefeng.w...@huawei.com wrote: Fixes the following warning detected when running make with W=1, ../arch/riscv/kernel/perf_event.c:150:5: warning: no previous prototy

[PATCH -next] riscv: perf_event: Make some funciton static

2020-05-07 Thread Kefeng Wang
Fixes the following warning detected when running make with W=1, ../arch/riscv/kernel/perf_event.c:150:5: warning: no previous prototype for ‘riscv_map_cache_decode’ [-Wmissing-prototypes] int riscv_map_cache_decode(u64 config, unsigned int *type, ^~ ../arch/riscv/kernel/