summaryrefslogtreecommitdiffstats
path: root/src/hardware_cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_cpu.cpp')
-rw-r--r--src/hardware_cpu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hardware_cpu.cpp b/src/hardware_cpu.cpp
index 618af0a..a47fa31 100644
--- a/src/hardware_cpu.cpp
+++ b/src/hardware_cpu.cpp
@@ -48,7 +48,8 @@ CPUInfo::CPUInfo() {
numOfCPUs = -1;
m_hwdevices = TDEGlobal::hardwareDevices();
-
+ m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
+
kdDebugFuncOut(trace);
}