authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-06-22 15:28:56+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-07-29 09:50:41+02:00
log0460248900023a7ac1b60e5872ba466ad8cfab5f
tree7898946277379365266e5a49554c9e75c497d748
parente0b9ebf322341fd17183ab9f0621e9ed985467c1
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

generate_linux_syscalls: Handle riscv_hwprobe.


1 files changed, 1 insertions(+), 0 deletions(-)

tools/generate_linux_syscalls.zig+1
...@@ -358,6 +358,7 @@ pub fn main() !void {...@@ -358,6 +358,7 @@ pub fn main() !void {
358 try writer.writeAll(358 try writer.writeAll(
359 \\359 \\
360 \\ riscv_flush_icache = arch_specific_syscall + 15,360 \\ riscv_flush_icache = arch_specific_syscall + 15,
361 \\ riscv_hwprobe = arch_specific_syscall + 14,
361 \\};362 \\};
362 \\363 \\
363 );364 );