core: rename vzones to zones

This commit is contained in:
2024-12-03 09:28:17 +01:00
parent f626edd0f0
commit 4bd4198293
5 changed files with 18 additions and 43 deletions

View File

@ -65,7 +65,7 @@ typedef struct Zone {
* For LARGE, it will be entire page(s).
*/
extern Zone *kzones[3];
extern Zone *vzones[3];
extern Zone *zones[3];
/*----------- UTILS ----------*/
block_type_t get_type(size_t size);