Blackfin arch: Faster C implementation of no-MPU CPLB handler
[safe/jmp/linux-2.6] / arch / blackfin / kernel / cplb-mpu / cplbinit.c
index 1ea7c18..bdb9584 100644 (file)
@@ -107,3 +107,7 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)
        while (i_i < MAX_CPLBS)
                icplb_tbl[cpu][i_i++].data = 0;
 }
+
+void generate_cplb_tables_all(void)
+{
+}