search for: ace2_en

Displaying 2 results from an estimated 2 matches for "ace2_en".

2015 Feb 10
0
[PATCH 4/6] hdt: fix sizeof(char *) misuse
...alse); - show_flag(buffer, hardware->cpu.flags.avx, "avx ", false); - show_flag(buffer, hardware->cpu.flags.hypervisor, "hypervisor ", false); - show_flag(buffer, hardware->cpu.flags.ace2, "ace2 ", false); - show_flag(buffer, hardware->cpu.flags.ace2_en, "ace2_en ", false); - show_flag(buffer, hardware->cpu.flags.phe, "phe ", false); - show_flag(buffer, hardware->cpu.flags.phe_en, "phe_en ", false); - show_flag(buffer, hardware->cpu.flags.pmm, "pmm ", false); - show_flag(buffer, hardware...
2015 Feb 10
6
[PATCH 0/6] fix some compiler warnings
These patches fix a few compiler warnings. Tested on top of commit aee0dc5565711ef5be7c30fb5fc1c5f3f98db09f Jonathan Boeing (6): Use z width specifier when printing size_t variable pxe: fix truncation warning gpllib: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse com32/gpllib/dmi/dmi.c | 24 +++---