cmds: add override for Intel Core i5 M 460

This commit is contained in:
Márcio Francisco 2018-09-07 18:34:21 +01:00
commit ae5004b45d

View file

@ -32,6 +32,8 @@ std::vector<std::string> cpu_whitelist = {
// Intel Core i7 M620
"M 620",
// Intel Core i5 M460
"M 460",
// Intel Celeron N2840
"N2840",
};