Page MenuHomeFreeBSD

powerpc64/SYS.h: implement _SYSCALL_BODY() macro
ClosedPublic

Authored by brooks on Jan 4 2024, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 5:09 PM
Unknown Object (File)
Mon, Apr 8, 10:29 PM
Unknown Object (File)
Mar 25 2024, 10:35 PM
Unknown Object (File)
Feb 16 2024, 2:11 AM
Unknown Object (File)
Jan 11 2024, 9:19 PM
Unknown Object (File)
Jan 11 2024, 4:31 PM
Unknown Object (File)
Jan 9 2024, 11:01 PM
Subscribers

Details

Summary

Add _SYSCALL_BODY() macro which invokes the syscall via _SYCALL() and
calls cerror as required. Use to implement PSEUDO() and RSYSCALL().

Sponsored by: DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is the powerpc64 portion of D43056 unchanged. The bug was in the powerpc version which I've submitted as D43323.

This revision is now accepted and ready to land.Jan 6 2024, 7:29 PM