revert between 56095 -> 55830 in arch
[AROS.git] / arch / m68k-all / kernel / schedulecpu.c
blob1a44d2190ef2c863a2a9b1fcfae14a4302f87f9d
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_syscall.h>
13 #include <proto/kernel.h>
15 AROS_LH1(void, KrnScheduleCPU,
16 AROS_LHA(void *, cpu_mask, A0),
17 struct KernelBase *, KernelBase, 47, Kernel)
19 AROS_LIBFUNC_INIT
21 /* On m68k, there can be only one!... */
22 Supervisor(__AROS_GETVECADDR(SysBase,7));
24 AROS_LIBFUNC_EXIT