Page MenuHomeFreeBSD

dtrace: remove unused defines
ClosedPublic

Authored by mhorne on Dec 9 2022, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 5:22 AM
Unknown Object (File)
Sun, May 17, 1:39 AM
Unknown Object (File)
Sat, May 16, 8:23 PM
Unknown Object (File)
Tue, May 12, 8:44 PM
Unknown Object (File)
Sun, May 10, 12:20 AM
Unknown Object (File)
Thu, May 7, 11:21 PM
Unknown Object (File)
Wed, May 6, 2:51 AM
Unknown Object (File)
Fri, May 1, 2:41 PM
Subscribers

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Dec 9 2022, 6:51 PM
emaste added inline comments.
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
55–58

Worth keeping this comment (with typo fixed) for MAX_USTACK_DEPTH?

This revision is now accepted and ready to land.Dec 9 2022, 6:54 PM
markj added inline comments.
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
55–58

I don't have a strong feeling about it. On x86 this limit is defined as a variable instead, also without a comment.

This revision was automatically updated to reflect the committed changes.