kernel/arch/ppc: Add missing cpu reference for PAGE_SIZE

This commit is contained in:
Alexander von Gluck IV 2017-07-02 23:01:25 -05:00
parent 7f47ae44c2
commit 913d4886fe

View File

@ -7,6 +7,7 @@
#include <arch/ppc/arch_thread_types.h>
#include <arch/ppc/cpu.h>
#include <kernel.h>