HomeFreeBSD

Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having the

Description

Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having the
former return the current status for the latter to use. Without this we
could enable interrupts when they shouldn't be.

It's still not quite right as it should only update the bits we care about,
bit should be good enough until the correct fix can be tested.

PR: 204270
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation

Details

Provenance
andrewAuthored on
Parents
rS300849: sfxge(4): fix typo in monitor types strings in common code
Branches
Unknown
Tags
Unknown