cpu: x86: Parse the CPU feature map only once
Until now the map was loaded from the XML definition file every time a operation on the flags was requested. With the introduciton of one shot initializers we can store the definition forever (as it will never change) instead of parsing it over and over again.
Showing
想要评论请 注册 或 登录