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:
Axel Dörfler
2005-03-17 17:06:56 +00:00
parent 6d1ec1085b
commit a36a94da37
3 changed files with 32 additions and 9 deletions
+2
View File
@@ -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);