Added the arch_vm_supports_protection() call.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-04-11 17:52:37 +00:00
parent 9d88881f9c
commit e67b1c1ad0
+8 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004, Axel Dörfler, [email protected].
* Copyright 2003-2005, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*
* Copyright 2001, Travis Geiselbrecht. All rights reserved.
@@ -105,3 +105,10 @@ arch_vm_aspace_swap(vm_address_space *aspace)
{
}
bool
arch_vm_supports_protection(uint32 protection)
{
return true;
}