Added the missing clear_caches() function and syscall. Does not yet do anything (which
is perfectly okay on x86 anyway, but should be moved into the arch stuff). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11869 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -271,6 +271,8 @@ extern area_id _kern_register_messaging_service(sem_id lockingSem,
|
||||
sem_id counterSem);
|
||||
extern status_t _kern_unregister_messaging_service();
|
||||
|
||||
extern void _kern_clear_caches(void *address, size_t length, uint32 flags);
|
||||
|
||||
#ifdef __INTEL__
|
||||
// our only x86 only syscall
|
||||
extern status_t _kern_get_cpuid(cpuid_info *info, uint32 eax, uint32 cpu);
|
||||
|
||||
Reference in New Issue
Block a user