is_1gib_page_supported: use (void), not () if there's no args
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
This commit is contained in:
parent
3c848d3996
commit
9dd2e17a9a
@ -40,7 +40,7 @@ pagemap_t new_pagemap(int lv) {
|
|||||||
return pagemap;
|
return pagemap;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool is_1gib_page_supported() {
|
static bool is_1gib_page_supported(void) {
|
||||||
// Cache the cpuid result :^)
|
// Cache the cpuid result :^)
|
||||||
static bool CACHE_INIT = false;
|
static bool CACHE_INIT = false;
|
||||||
static bool CACHE = false;
|
static bool CACHE = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user