Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PL310 support
Hi
I add PL310 support to comcerto 2000 kernel.
Then I get panic in this line at sys/arch/arm/cortex/pl310.c.
KASSERTMSG(arm_pcache.dcache_line_size == arm_scache.dcache_line_size,
"pcache %u scache %u",
arm_pcache.dcache_line_size, arm_scache.dcache_line_size);
pcache 32 scache 0
I never find set arm_scache.dcache_line_size in arm/cpufunc.c.
Is this correct assertion ?
Regards.
Hiroki Mori
Home |
Main Index |
Thread Index |
Old Index