Skip to content
Snippets Groups Projects
Commit 38ef0c2c authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

constants: Add FIXME regarding CPU pinning bitfield


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent d67e0a94
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ CPU_PINNING_ALL_XEN = "0-63" ...@@ -120,6 +120,7 @@ CPU_PINNING_ALL_XEN = "0-63"
# A KVM-specific implementation detail - the following value is used # A KVM-specific implementation detail - the following value is used
# to set CPU affinity to all processors (#0 through #31), per taskset # to set CPU affinity to all processors (#0 through #31), per taskset
# man page. # man page.
# FIXME: This only works for machines with up to 32 CPU cores
CPU_PINNING_ALL_KVM = 0xFFFFFFFF CPU_PINNING_ALL_KVM = 0xFFFFFFFF
# Wipe # Wipe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment