X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fpalloc.c;fp=src%2Fthreads%2Fpalloc.c;h=eab41e4811b15d074acf74ab27592d9eb56bb678;hb=f415a37905c57f61b444806bf84f5405184452aa;hp=22a6b15972de40c4bde0cc4dab622c40caf3d157;hpb=fa97205f611b922b85299e79edba9a0bbbe3cfb2;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