You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RISC-V has a syscall "sys_riscv_hwprobe()" to query CPU info since Linux kernel 6.4. When we'll find a machine supporting it, check what it returns compared to what's in /proc/cpuinfo
It's documented at https://www.kernel.org/doc/html/next/arch/riscv/hwprobe.html
The text was updated successfully, but these errors were encountered:
/proc/cpuinfo on RISC-V reports something like below on SiFive U74 cores:
RISC-V has a syscall "sys_riscv_hwprobe()" to query CPU info since Linux kernel 6.4. When we'll find a machine supporting it, check what it returns compared to what's in /proc/cpuinfo
It's documented at https://www.kernel.org/doc/html/next/arch/riscv/hwprobe.html
The text was updated successfully, but these errors were encountered: