From bab3fdfd61b3488e1879bc3e53ac17f41d2e8b67 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 20 Nov 2024 15:40:31 +0000 Subject: linux: Add a program to test the hwprobe syscall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RISC-V on Linux has a hwprobe system call which allows you to discover what is supported by the running kernel. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f7c3406..ed20509 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ arch/riscv/machine/machine arch/riscv/kernel/hello arch/riscv/init/init arch/riscv/init/little_shell +arch/riscv/linux/probe # kernel/dtm kernel/dtm/modules.order -- cgit v1.2.3