commit | 6ceeed2506a745584c8b78f20667a2afecefb6cb | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Jul 05 08:40:09 2022 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Jul 05 08:40:09 2022 +0200 |
tree | 5d6c565a759112517ffa4258eb6cb8a4f31b1c53 | |
parent | 8180707f9042b70a14b55cb147724c323e6042b6 [diff] |
x86: macro-ize cpu_arch[] entries Putting individual elements behind macros, besides (imo) improving readability, will make subsequent (and likely also future) changes less intrusive. Utilize this right away to pack the table a little more tightly, by converting "skip" to bool and putting it earlier in a group of bitfields together with "len".