We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a32303 commit 9a7ad64Copy full SHA for 9a7ad64
1 file changed
src/test/java/vanilla/java/affinity/AffinityLockTest.java
@@ -110,7 +110,7 @@ public void dumpLocksCoreDuo() throws IOException {
110
public void assignReleaseThread() throws IOException {
111
if (AffinityLock.RESERVED_AFFINITY == 0) {
112
System.out.println("Cannot run affinity test as no threads gave been reserved.");
113
- System.out.println("Use isocpus= in grub.conf or use -D" + AffinityLock.AFFINITY_RESERVED + "={hex mask}");
+ System.out.println("Use isolcpus= in grub.conf or use -D" + AffinityLock.AFFINITY_RESERVED + "={hex mask}");
114
return;
115
}
116
AffinityLock.cpuLayout(VanillaCpuLayout.fromCpuInfo());
0 commit comments