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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user