]> git.corax.cc Git - corax/commitdiff
Remove h_pgdir member from kernel heap structure
authorMatthias Kruk <m@m10k.eu>
Thu, 19 Sep 2019 04:29:06 +0000 (13:29 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 19 Sep 2019 04:29:06 +0000 (13:29 +0900)
kernel/arch/heap.c

index eac7d5df4996cde23314b3f2c9dbaba6169e3062..25a97107bf1aa6f5f69c37975c5fa9ac92f7b555 100644 (file)
@@ -30,7 +30,6 @@ struct heap_node {
 };
 
 static struct {
-       struct pagedir *h_pgdir;
        void *h_base;
        u32_t h_size;
        u32_t h_free;