Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fetch for arch-specific syscalls #39

Merged
merged 1 commit into from
May 26, 2023

Conversation

hack3ric
Copy link
Contributor

@hack3ric hack3ric commented May 26, 2023

RISC-V has used the reserved area for riscv_flush_icache (and later riscv_hwprobe). Add them to Sysno as well.

See https://github.com/torvalds/linux/blob/master/arch/riscv/include/uapi/asm/unistd.h.

RISC-V has used the reserved area for `riscv_flush_icache` (and later
`riscv_hwprobe`). Add them to `Sysno` as well.
@jasonwhite
Copy link
Owner

Looks great! Thanks!

Looks like riscv_hwprobe will be released in v6.4. Will happily take a PR to update the syscall table when it is released.

@jasonwhite jasonwhite merged commit c624bcc into jasonwhite:main May 26, 2023
18 checks passed
@hack3ric hack3ric deleted the arch-specific-syscall branch May 26, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants