diff --git a/src/kernel/core/arch/ppc/arch_vm.c b/src/kernel/core/arch/ppc/arch_vm.c deleted file mode 100755 index 7e29c15a16..0000000000 --- a/src/kernel/core/arch/ppc/arch_vm.c +++ /dev/null @@ -1,37 +0,0 @@ -/* -** Copyright 2001, Travis Geiselbrecht. All rights reserved. -** Distributed under the terms of the NewOS License. -*/ - - -#include -#include -#include - - -int -arch_vm_init(kernel_args *ka) -{ - return 0; -} - - -int -arch_vm_init2(kernel_args *ka) -{ - return 0; -} - - -int -arch_vm_init_endvm(kernel_args *ka) -{ - return 0; -} - - -void -arch_vm_aspace_swap(vm_address_space *aspace) -{ -} -