make.tmpl: add missing compiler attribute to build_progs
[AROS.git] / arch / m68k-all / kernel / schedule.c
blobe0fee85097d0b7168a96d9603193766ff5af077c
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/kernel.h>
8 #include <kernel_base.h>
9 #include <kernel_syscall.h>
11 #include <proto/kernel.h>
13 /* See rom/kernel/schedule.c for documentation */
15 AROS_LH0(void, KrnSchedule,
16 struct KernelBase *, KernelBase, 6, Kernel)
18 AROS_LIBFUNC_INIT
20 /* The real implementation is in Exec/Schedule */
21 Supervisor(__AROS_GETVECADDR(SysBase,7));
23 AROS_LIBFUNC_EXIT