1
0
Fork 0
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:
Stefan Lankes 2017-02-12 23:07:37 +01:00
parent ae195c2310
commit ee703ddaf2

View file

@ -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;