@ -81,8 +81,8 @@ static void v7_inval_dcache_level_setway(u32 level, u32 num_sets,
: : " r " ( setway ) ) ;
}
}
/* DM B to make sure the operation is complete */
CP15DM B ;
/* DS B to make sure the operation is complete */
CP15DS B ;
}
static void v7_clean_inval_dcache_level_setway ( u32 level , u32 num_sets ,
@ -108,8 +108,8 @@ static void v7_clean_inval_dcache_level_setway(u32 level, u32 num_sets,
: : " r " ( setway ) ) ;
}
}
/* DM B to make sure the operation is complete */
CP15DM B ;
/* DS B to make sure the operation is complete */
CP15DS B ;
}
static void v7_maint_dcache_level_setway ( u32 level , u32 operation )
@ -227,8 +227,8 @@ static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op)
break ;
}
/* DM B to make sure the operation is complete */
CP15DM B ;
/* DS B to make sure the operation is complete */
CP15DS B ;
}
/* Invalidate TLB */