Deleted Added
full compact
42c42
< __FBSDID("$FreeBSD: head/sys/arm/mv/mv_machdep.c 250292 2013-05-06 13:52:49Z gber $");
---
> __FBSDID("$FreeBSD: head/sys/arm/mv/mv_machdep.c 250293 2013-05-06 14:12:36Z gber $");
64a65
> void armadaxp_init_coher_fabric(void);
239a241,244
> #if !defined(SMP)
> /* For SMP case it should be initialized after APs are booted */
> armadaxp_init_coher_fabric();
> #endif