powerpc: Add framework for Kernel Userspace Protection
[linux-2.6-block.git] / arch / powerpc / mm / init-common.c
index 1e6910eb70ed1ab56cb5ea1ad41b7cef93fd7e73..36d28e87228985982577c71dff2f14626a9f6688 100644 (file)
 #include <linux/string.h>
 #include <asm/pgalloc.h>
 #include <asm/pgtable.h>
+#include <asm/kup.h>
+
+void __init setup_kup(void)
+{
+}
 
 #define CTOR(shift) static void ctor_##shift(void *addr) \
 {                                                      \