Re: [PATCH] RISC-V: Remove svvptc from riscv-ext-bitmask.def

2024-12-17 Thread Jeff Law
On 12/16/24 10:28 AM, Palmer Dabbelt wrote: On Mon, 16 Dec 2024 08:37:13 PST (-0800), c...@cyyself.name wrote: There should be no svvptc in the riscv-ext-bitmask.def file since it has not yet been added to the RISC-V C API Specification or the Linux hwprobe. And there is no need for userspace

Re: [PATCH] RISC-V: Remove svvptc from riscv-ext-bitmask.def

2024-12-16 Thread Palmer Dabbelt
On Mon, 16 Dec 2024 08:37:13 PST (-0800), c...@cyyself.name wrote: There should be no svvptc in the riscv-ext-bitmask.def file since it has not yet been added to the RISC-V C API Specification or the Linux hwprobe. And there is no need for userspace software to know that this extension exists. So

[PATCH] RISC-V: Remove svvptc from riscv-ext-bitmask.def

2024-12-16 Thread Yangyu Chen
There should be no svvptc in the riscv-ext-bitmask.def file since it has not yet been added to the RISC-V C API Specification or the Linux hwprobe. And there is no need for userspace software to know that this extension exists. So remove it from the riscv-ext-bitmask.def file. Fixes: e4f4b2dc08 ("