Update CPU.md
This commit is contained in:
parent
3c5cb142cb
commit
cc4351d49f
1 changed files with 4 additions and 17 deletions
21
doc/CPU.md
21
doc/CPU.md
|
@ -22,16 +22,8 @@ Example below demonstrate all primary ideas of flexible profiles configuration:
|
||||||
"hw-aes": null,
|
"hw-aes": null,
|
||||||
"priority": null,
|
"priority": null,
|
||||||
"asm": true,
|
"asm": true,
|
||||||
"rx/wow": [
|
"rx/wow": [-1, -1, -1, -1],
|
||||||
-1,
|
"cn": [0, 2],
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
-1,
|
|
||||||
],
|
|
||||||
"cn": [
|
|
||||||
0,
|
|
||||||
2
|
|
||||||
],
|
|
||||||
"cn-lite": [
|
"cn-lite": [
|
||||||
{
|
{
|
||||||
"intensity": 2,
|
"intensity": 2,
|
||||||
|
@ -42,13 +34,8 @@ Example below demonstrate all primary ideas of flexible profiles configuration:
|
||||||
"affinity": 2
|
"affinity": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"custom-profile": [
|
"custom-profile": [0, 2],
|
||||||
0,
|
"*": [-1],
|
||||||
2,
|
|
||||||
],
|
|
||||||
"*": [
|
|
||||||
-1
|
|
||||||
],
|
|
||||||
"cn/r": "custom-profile",
|
"cn/r": "custom-profile",
|
||||||
"cn/0": false
|
"cn/0": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue