-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 88c7511
dmidecode: Decode processor ID of Core M, Athlon X4, Opteron X1000/X2000
When these processors were added from SMBIOS specification version
3.0.0, I forgot to update dmi_processor_id accordingly. Do it now and
add a comment so that it does not happen again.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: a0edbb4 ("dmidecode: Add enums from the SMBIOS 3.0.0 specification")1 parent adbd050 commit 88c7511
2 files changed
+11
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
1 | 6 |
| |
2 | 7 |
| |
3 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
897 | + | ||
898 | + | ||
899 | + | ||
900 | + | ||
897 | 901 |
| |
898 | 902 |
| |
899 | 903 |
| |
| |||
1030 | 1034 |
| |
1031 | 1035 |
| |
1032 | 1036 |
| |
1033 | - | ||
1037 | + | ||
1034 | 1038 |
| |
1035 | 1039 |
| |
1036 | 1040 |
| |
| |||
1042 | 1046 |
| |
1043 | 1047 |
| |
1044 | 1048 |
| |
1049 | + | ||
1045 | 1050 |
| |
1046 | 1051 |
| |
1047 | 1052 |
| |
|
0 commit comments