2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
9 * This file is intended to make generic kernel.resource compiling.
10 * This code should NEVER be executed. This file MUST be overriden in
11 * architecture-specific code for the scheduler to work!
14 #include <kernel_base.h>
15 #include <kernel_debug.h>
17 void cpu_Switch(regs_t
*regs
)
19 bug("[KRN] KERNEL PANIC! cpu_Switch() is not implemented!\n");
23 void cpu_Dispatch(regs_t
*regs
)
25 bug("[KRN] KERNEL PANIC! cpu_Dispatch() is not implemented!\n");