Commit 67f1974e authored by Joel Fernandes's avatar Joel Fernandes Committed by Commit Bot

CrOS: Add TODO about coresched prctl

The coresched prctl interface is subject to change based on upstream
discussions. Add a TODO as a code comment.
Signed-off-by: default avatarJoel Fernandes <joelaf@google.com>
Change-Id: I664d0b5815dc4d7fe3bed259474b76635aa992af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216799Reviewed-by: default avatarBrian Geffon <bgeffon@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772360}
parent 846678dd
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include "base/metrics/field_trial_params.h" #include "base/metrics/field_trial_params.h"
#ifndef PR_SET_CORE_SCHED #ifndef PR_SET_CORE_SCHED
// Setup core-scheduling for the task. This value is a temporary // Setup core-scheduling for the task.
// place holder till the final upstream value is known. // TODO(b/152605392): Replace this once upstream interface is known.
#define PR_SET_CORE_SCHED 0x200 #define PR_SET_CORE_SCHED 0x200
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment