From 913d4886fe35958e999c4a4ec5797652e77efb94 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 2 Jul 2017 23:01:25 -0500 Subject: [PATCH] kernel/arch/ppc: Add missing cpu reference for PAGE_SIZE --- headers/private/kernel/arch/ppc/arch_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/arch/ppc/arch_cpu.h b/headers/private/kernel/arch/ppc/arch_cpu.h index 1f3257f3ee..89dfe58f9a 100644 --- a/headers/private/kernel/arch/ppc/arch_cpu.h +++ b/headers/private/kernel/arch/ppc/arch_cpu.h @@ -7,6 +7,7 @@ #include +#include #include