X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Fsmp.c;h=155206a6690879da2e6521c7604d74ad8f9e52a0;hb=d634f194d4e2e58d57927c812aca097e67a2287d;hp=eefb107d2d734856c376f973913a29ddf18acae7;hpb=b7b57551bbda1390959207f79f2038aa7adb72ae;p=pandora-kernel.git diff --git a/arch/um/kernel/smp.c b/arch/um/kernel/smp.c index eefb107d2d73..155206a66908 100644 --- a/arch/um/kernel/smp.c +++ b/arch/um/kernel/smp.c @@ -7,9 +7,6 @@ #include "asm/pgalloc.h" #include "asm/tlb.h" -/* For some reason, mmu_gathers are referenced when CONFIG_SMP is off. */ -DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); - #ifdef CONFIG_SMP #include "linux/sched.h"