未验证 提交 d43d151b 编写于 作者: L Lukáš Doktor

Merging pull request 2057

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  Added support for POWER9 cpu arch identification
......@@ -104,6 +104,7 @@ def get_cpu_arch():
('^cpu.*POWER6', 'power6'),
('^cpu.*POWER7', 'power7'),
('^cpu.*POWER8', 'power8'),
('^cpu.*POWER9', 'power9'),
('^cpu.*PPC970', 'power970'),
('ARM', 'arm'),
('^flags.*:.* lm .*', 'x86_64')]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册