Page MenuHomeFreeBSD

power*/SYS.h: implement _SYSCALL_BODY() macro
ClosedPublic

Authored by brooks on Dec 14 2023, 12:58 AM.
Tags
None
Referenced Files
F137940641: D43056.id131682.diff
Thu, Nov 27, 11:59 AM
Unknown Object (File)
Thu, Nov 20, 8:12 PM
Unknown Object (File)
Thu, Nov 13, 7:04 AM
Unknown Object (File)
Thu, Nov 13, 7:03 AM
Unknown Object (File)
Sat, Nov 8, 10:34 PM
Unknown Object (File)
Thu, Nov 6, 8:07 PM
Unknown Object (File)
Thu, Nov 6, 4:49 PM
Unknown Object (File)
Thu, Nov 6, 6:15 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 54941
Build 51830: arc lint + arc unit

Event Timeline

This is part of a set of changes I've posted at https://github.com/brooksdavis/freebsd/tree/SYS.h-unification. While it's straightforward and compiles I'd appreciate testing if someone can do it.

This revision is now accepted and ready to land.Dec 19 2023, 2:44 AM
This revision was automatically updated to reflect the committed changes.