xref: /haiku/src/system/kernel/arch/mips/arch_faults.cpp (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 /*
2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #include <boot/stage2.h>
6 
7 int arch_faults_init(kernel_args *ka)
8 {
9 	return 0;
10 }
11 
12