diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-20 15:40:31 +0000 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-05 16:02:50 +0100 |
| commit | bab3fdfd61b3488e1879bc3e53ac17f41d2e8b67 (patch) | |
| tree | a2bcbd5f086d6b351b078a95efd08e7957e470e6 /.gitignore | |
| parent | 9a3324f50679177401eecdedcf80f25ddcdd9042 (diff) | |
| download | farga-bab3fdfd61b3488e1879bc3e53ac17f41d2e8b67.tar.gz farga-bab3fdfd61b3488e1879bc3e53ac17f41d2e8b67.zip | |
linux: Add a program to test the hwprobe syscall
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à <mikisabate@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
