mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolete static array
This commit is contained in:
parent
ae195c2310
commit
ee703ddaf2
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ static size_t* const self[PAGE_LEVELS] = {
|
|||
(size_t *) 0xFFFFFFFFFFFFF000
|
||||
};
|
||||
|
||||
#if 0
|
||||
/** An other self-reference for page_map_copy() */
|
||||
static size_t * const other[PAGE_LEVELS] = {
|
||||
(size_t *) 0xFFFFFF0000000000,
|
||||
|
@ -89,6 +90,7 @@ static size_t * const other[PAGE_LEVELS] = {
|
|||
(size_t *) 0xFFFFFFFFFFFFE000
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static uint8_t expect_zeroed_pages = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue