提交 494ad34c 编写于 作者: S Satheesh Rajendran

Added support for POWER9 cpu arch identification

Added support for POWER9 cpu arch identification
Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
上级 677d8f63
......@@ -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.
先完成此消息的编辑!
想要评论请 注册