Added the arch_cpu_sync_icache() function from NewOS.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5061 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,6 +33,7 @@ int arch_cpu_user_strlcpy(char *to, const char *from, size_t size, addr *faultHa
|
|||||||
int arch_cpu_user_memset(void *s, char c, size_t count, addr *faultHandler);
|
int arch_cpu_user_memset(void *s, char c, size_t count, addr *faultHandler);
|
||||||
|
|
||||||
void arch_cpu_idle(void);
|
void arch_cpu_idle(void);
|
||||||
|
void arch_cpu_sync_icache(void *address, size_t length);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user