Mebbe speed up IPC a bit

This commit is contained in:
marcan
2009-03-18 18:21:25 +01:00
committed by bushing
parent e8e0851ebe
commit d6e55bbcd0
3 changed files with 17 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ void ahb_flush_to(enum AHBDEV type)
{
u32 cookie = irq_kill();
_ahb_flush_to(type);
if(type != 0)
if(type != AHB_STARLET)
_ahb_flush_to(AHB_STARLET);
irq_restore(cookie);
}