arch/m68k-amiga: Work on the scheduler
commit15023bbd3729cc6bc75c63b963dc393e9e8f1b53
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 26 Oct 2010 05:47:36 +0000 (26 05:47 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 26 Oct 2010 05:47:36 +0000 (26 05:47 +0000)
tree65f47b0ef35c69b147209e593569a066304d65dc
parentb77ee84583fbb7194a12ed93889f792e4b1c3e14
arch/m68k-amiga: Work on the scheduler

More work on the scheduler. Doesn't work yet,
but doesn't crash out either.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34960 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
12 files changed:
arch/m68k-amiga/boot/start.c
arch/m68k-amiga/exec/mmakefile.src
arch/m68k-amiga/exec/preparecontext.c [deleted file]
arch/m68k-amiga/exec/switch.c [deleted file]
arch/m68k-amiga/include/aros/machine.i
arch/m68k-amiga/include/sigcore.h [deleted file]
arch/m68k-amiga/kernel/cause.c [new file with mode: 0644]
arch/m68k-amiga/kernel/dispatch.c [moved from arch/m68k-amiga/exec/dispatch.c with 57% similarity]
arch/m68k-amiga/kernel/kernel_cpu.h [new file with mode: 0644]
arch/m68k-amiga/kernel/mmakefile.src
arch/m68k-amiga/kernel/schedule.c [new file with mode: 0644]
arch/m68k-amiga/kernel/switch.c [new file with mode: 0644]