Page MenuHomeFreeBSD

dtrace: remove unused defines
ClosedPublic

Authored by mhorne on Dec 9 2022, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 2:49 PM
Unknown Object (File)
Tue, Dec 17, 3:59 AM
Unknown Object (File)
Nov 22 2024, 2:30 PM
Unknown Object (File)
Nov 16 2024, 12:57 AM
Unknown Object (File)
Nov 11 2024, 2:34 AM
Unknown Object (File)
Oct 20 2024, 6:58 AM
Unknown Object (File)
Sep 30 2024, 7:13 PM
Unknown Object (File)
Sep 19 2024, 5:38 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.