summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR0/VMMR0.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-27 12:45:24 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-27 12:45:24 +0000
commitfd0648a90dcab1e613274c2196182a1fb6884a58 (patch)
treeb3f279e65488ea4d6bd97d895ef9aa00675e1896 /src/VBox/VMM/VMMR0/VMMR0.cpp
parent7006e5f8912cf93611da0383c2202a3dcc94c6ee (diff)
downloadVirtualBox-svn-fd0648a90dcab1e613274c2196182a1fb6884a58.tar.gz
VMM: Don't need the per-logger flushing-disabled flag (VMMR0_LOGGER_FLAGS_FLUSHING_DISABLED). bugref:10086
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@90953 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR0/VMMR0.cpp')
-rw-r--r--src/VBox/VMM/VMMR0/VMMR0.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/VMM/VMMR0/VMMR0.cpp b/src/VBox/VMM/VMMR0/VMMR0.cpp
index 18ab2f82c38..468147b051d 100644
--- a/src/VBox/VMM/VMMR0/VMMR0.cpp
+++ b/src/VBox/VMM/VMMR0/VMMR0.cpp
@@ -3110,8 +3110,7 @@ static bool vmmR0LoggerFlushCommon(PRTLOGGER pLogger, PRTLOGBUFFERDESC pBufDesc,
/*
* Can we wait on the log flusher to do the work?
*/
- if ( VMMRZCallRing3IsEnabled(pGVCpu)
- && !(pLogger->u32UserValue1 & VMMR0_LOGGER_FLAGS_FLUSHING_DISABLED))
+ if (VMMRZCallRing3IsEnabled(pGVCpu))
{
/*
* Make sure we don't recurse forever here should something in the