]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/mm/tlb-r3k.c
Merge tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmc
[karo-tx-linux.git] / arch / mips / mm / tlb-r3k.c
index d657493ef561efcc1403ce79f5dbdf1d28845de6..4094bbd42adfabb1573abfb519aaca18490a71af 100644 (file)
@@ -158,7 +158,7 @@ void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page)
 {
        int cpu = smp_processor_id();
 
-       if (!vma || cpu_context(cpu, vma->vm_mm) != 0) {
+       if (cpu_context(cpu, vma->vm_mm) != 0) {
                unsigned long flags;
                int oldpid, newpid, idx;