X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fpalloc.c;h=eab41e4811b15d074acf74ab27592d9eb56bb678;hb=0b55933faeb90e4953f33a7e382c6f475d9befd7;hp=22a6b15972de40c4bde0cc4dab622c40caf3d157;hpb=ec33270a78e29734dca8fc24c14112531a4fc596;p=pintos-anon diff --git a/src/threads/palloc.c b/src/threads/palloc.c index 22a6b15..eab41e4 100644 --- a/src/threads/palloc.c +++ b/src/threads/palloc.c @@ -9,8 +9,8 @@ #include #include "threads/init.h" #include "threads/loader.h" -#include "threads/mmu.h" #include "threads/synch.h" +#include "threads/vaddr.h" /* Page allocator. Hands out memory in page-size (or page-multiple) chunks. See malloc.h for an allocator that