Skip to content

Commit b1ce3f9

Browse files
Display help text for nb vid on 11h
1 parent b02d153 commit b1ce3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amdctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ void usage() {
514514
printf(" -c CPU core to work on.\n");
515515
printf(" -p P-state to work on.\n");
516516
printf(" -v Set CPU voltage id (vid).\n");
517-
if (cpuFamily == AMD10H) {
517+
if (cpuFamily == AMD10H || cpuFamily == AMD11H) {
518518
printf(" -n Set north bridge voltage id (vid).\n");
519519
}
520520
if (cpuFamily == AMD14H) {

0 commit comments

Comments
 (0)