Page MenuHomeFreeBSD

dtrace: remove unused defines
ClosedPublic

Authored by mhorne on Dec 9 2022, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 16, 11:53 PM
Unknown Object (File)
May 17 2026, 5:22 AM
Unknown Object (File)
May 17 2026, 1:39 AM
Unknown Object (File)
May 16 2026, 8:23 PM
Unknown Object (File)
May 12 2026, 8:44 PM
Unknown Object (File)
May 10 2026, 12:20 AM
Unknown Object (File)
May 7 2026, 11:21 PM
Unknown Object (File)
May 6 2026, 2:51 AM
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.