On Sat, Jan 28, 2023 at 12:00 AM Oleksii Kurochko
wrote:
>
> The following changes were made in comparison with from
> Linux:
> * remove all defines as they are defined in riscv_encoding.h
> * leave only csr_* macros
>
> Origin: https://github.com/torvalds/linux.git 2475bf0250de
> Signed-off-
On Fri, 2023-01-27 at 15:10 +0100, Jan Beulich wrote:
> On 27.01.2023 14:59, Oleksii Kurochko wrote:
> > The following changes were made in comparison with from
> > Linux:
> > * remove all defines as they are defined in riscv_encoding.h
> > * leave only csr_* macros
> >
> > Origin: https://gi
On 27.01.2023 14:59, Oleksii Kurochko wrote:
> The following changes were made in comparison with from
> Linux:
> * remove all defines as they are defined in riscv_encoding.h
> * leave only csr_* macros
>
> Origin: https://github.com/torvalds/linux.git 2475bf0250de
I'm sorry to be picky, but
The following changes were made in comparison with from
Linux:
* remove all defines as they are defined in riscv_encoding.h
* leave only csr_* macros
Origin: https://github.com/torvalds/linux.git 2475bf0250de
Signed-off-by: Oleksii Kurochko
---
Changes in V2:
- Minor refactoring mentioned