summaryrefslogtreecommitdiff
path: root/llkd/libllkd.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-04-04 07:12:28 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-04-04 07:12:28 -0700
commit8fc3f7296741ce589f7294113f8771837fb49bda (patch)
tree0ebec0729083e0de6d9544751372bdc238b8b717 /llkd/libllkd.cpp
parent81c361ea22a1c0ab7cc5e62f3fa36751e1240178 (diff)
parent38191dc6b7f795cb9a96e418f47ee0de0b0a8d13 (diff)
Merge 38191dc6b7f795cb9a96e418f47ee0de0b0a8d13 on remote branch
Change-Id: I56506cf11e6e2b38712e1e7dc9e7716f969000d5
Diffstat (limited to 'llkd/libllkd.cpp')
-rw-r--r--llkd/libllkd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llkd/libllkd.cpp b/llkd/libllkd.cpp
index c4c58eef3..42602e9ee 100644
--- a/llkd/libllkd.cpp
+++ b/llkd/libllkd.cpp
@@ -1283,8 +1283,7 @@ bool llkInit(const char* threadname) {
llkEnableSysrqT &= !llkLowRam;
if (debuggable) {
llkEnableSysrqT |= llkCheckEng(LLK_ENABLE_SYSRQ_T_PROPERTY);
- if (!LLK_ENABLE_DEFAULT) { // NB: default is currently true ...
- llkEnable |= llkCheckEng(LLK_ENABLE_PROPERTY);
+ if (!LLK_ENABLE_DEFAULT) {
khtEnable |= llkCheckEng(KHT_ENABLE_PROPERTY);
}
}