search for: gbpage

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

Did you mean: gpage
2015 Feb 10
0
[PATCH 4/6] hdt: fix sizeof(char *) misuse
...ot;, false); - show_flag(buffer, hardware->cpu.flags.vmx, "vmx ", false); - show_flag(buffer, hardware->cpu.flags.pbe, "pbe ", false); - show_flag(buffer, hardware->cpu.flags.fxsr_opt, "fxsr_opt ", false); - show_flag(buffer, hardware->cpu.flags.gbpages, "gbpages ", false); - show_flag(buffer, hardware->cpu.flags.rdtscp, "rdtscp ", false); - show_flag(buffer, hardware->cpu.flags.pni, "pni ", false); - show_flag(buffer, hardware->cpu.flags.pclmulqd, "pclmulqd ", false); - show_flag(buffe...
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 +++---