Added the arch_cpu_sync_icache() function for x86 from NewOS.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-17 12:54:34 +00:00
parent 57c3918258
commit 112bea4bac
+7
View File
@@ -264,3 +264,10 @@ arch_cpu_idle(void)
}
}
void
arch_cpu_sync_icache(void *address, size_t length)
{
// instruction cache is always consistent on x86
}